Class AccountingCompanyResult
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingCompanyResult
-
public class AccountingCompanyResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingCompanyResult.Builder
-
Constructor Summary
Constructors Constructor Description AccountingCompanyResult()AccountingCompanyResult(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultData> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountingCompanyResult.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<AccountingCompanyResultData>data()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>>raw()java.lang.StringtoString()AccountingCompanyResultwithData(AccountingCompanyResultData data)AccountingCompanyResultwithData(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultData> data)AccountingCompanyResultwithRaw(java.util.List<RawResponse> raw)AccountingCompanyResultwithRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Constructor Detail
-
AccountingCompanyResult
public AccountingCompanyResult(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultData> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
AccountingCompanyResult
public AccountingCompanyResult()
-
-
Method Detail
-
data
public org.openapitools.jackson.nullable.JsonNullable<AccountingCompanyResultData> data()
-
raw
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
-
builder
public static AccountingCompanyResult.Builder builder()
-
withData
public AccountingCompanyResult withData(AccountingCompanyResultData data)
-
withData
public AccountingCompanyResult withData(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyResultData> data)
-
withRaw
public AccountingCompanyResult withRaw(java.util.List<RawResponse> raw)
-
withRaw
public AccountingCompanyResult withRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-