Class AccountingAccountType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingAccountType
-
public class AccountingAccountType extends java.lang.ObjectAccountingAccountTypeType of account
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingAccountType.Builder
-
Constructor Summary
Constructors Constructor Description AccountingAccountType()AccountingAccountType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountingAccountType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AccountingAccountSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AccountingAccountValue>value()Type of accountAccountingAccountTypewithSourceValue(AccountingAccountSourceValue sourceValue)AccountingAccountTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountSourceValue> sourceValue)AccountingAccountTypewithValue(AccountingAccountValue value)Type of accountAccountingAccountTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountValue> value)Type of account
-
-
-
Constructor Detail
-
AccountingAccountType
public AccountingAccountType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountSourceValue> sourceValue)
-
AccountingAccountType
public AccountingAccountType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AccountingAccountValue> value()
Type of account
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AccountingAccountSourceValue> sourceValue()
-
builder
public static AccountingAccountType.Builder builder()
-
withValue
public AccountingAccountType withValue(AccountingAccountValue value)
Type of account
-
withValue
public AccountingAccountType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountValue> value)
Type of account
-
withSourceValue
public AccountingAccountType withSourceValue(AccountingAccountSourceValue sourceValue)
-
withSourceValue
public AccountingAccountType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountSourceValue> 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
-
-