Class AccountingAccountResultType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingAccountResultType
-
public class AccountingAccountResultType extends java.lang.ObjectAccountingAccountResultTypeType of account
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingAccountResultType.Builder
-
Constructor Summary
Constructors Constructor Description AccountingAccountResultType()AccountingAccountResultType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountingAccountResultType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultValue>value()Type of accountAccountingAccountResultTypewithSourceValue(AccountingAccountResultSourceValue sourceValue)AccountingAccountResultTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultSourceValue> sourceValue)AccountingAccountResultTypewithValue(AccountingAccountResultValue value)Type of accountAccountingAccountResultTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultValue> value)Type of account
-
-
-
Constructor Detail
-
AccountingAccountResultType
public AccountingAccountResultType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultSourceValue> sourceValue)
-
AccountingAccountResultType
public AccountingAccountResultType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultValue> value()
Type of account
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultSourceValue> sourceValue()
-
builder
public static AccountingAccountResultType.Builder builder()
-
withValue
public AccountingAccountResultType withValue(AccountingAccountResultValue value)
Type of account
-
withValue
public AccountingAccountResultType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultValue> value)
Type of account
-
withSourceValue
public AccountingAccountResultType withSourceValue(AccountingAccountResultSourceValue sourceValue)
-
withSourceValue
public AccountingAccountResultType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultSourceValue> sourceValue)
-
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
-
-