Class AccountType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountType
-
public class AccountType extends java.lang.ObjectAccountTypeType of the account
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountType.Builder
-
Constructor Summary
Constructors Constructor Description AccountType()AccountType(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<JournalLineSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<JournalLineValue>value()Type of accountAccountTypewithSourceValue(JournalLineSourceValue sourceValue)AccountTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineSourceValue> sourceValue)AccountTypewithValue(JournalLineValue value)Type of accountAccountTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineValue> value)Type of account
-
-
-
Constructor Detail
-
AccountType
public AccountType(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineSourceValue> sourceValue)
-
AccountType
public AccountType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<JournalLineValue> value()
Type of account
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<JournalLineSourceValue> sourceValue()
-
builder
public static AccountType.Builder builder()
-
withValue
public AccountType withValue(JournalLineValue value)
Type of account
-
withValue
public AccountType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineValue> value)
Type of account
-
withSourceValue
public AccountType withSourceValue(JournalLineSourceValue sourceValue)
-
withSourceValue
public AccountType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineSourceValue> 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
-
-