Class JournalLineAccountType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JournalLineAccountType
-
public class JournalLineAccountType extends java.lang.ObjectJournalLineAccountTypeType of the account
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJournalLineAccountType.Builder
-
Constructor Summary
Constructors Constructor Description JournalLineAccountType()JournalLineAccountType(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 JournalLineAccountType.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 accountJournalLineAccountTypewithSourceValue(JournalLineSourceValue sourceValue)JournalLineAccountTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineSourceValue> sourceValue)JournalLineAccountTypewithValue(JournalLineValue value)Type of accountJournalLineAccountTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineValue> value)Type of account
-
-
-
Constructor Detail
-
JournalLineAccountType
public JournalLineAccountType(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineSourceValue> sourceValue)
-
JournalLineAccountType
public JournalLineAccountType()
-
-
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 JournalLineAccountType.Builder builder()
-
withValue
public JournalLineAccountType withValue(JournalLineValue value)
Type of account
-
withValue
public JournalLineAccountType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineValue> value)
Type of account
-
withSourceValue
public JournalLineAccountType withSourceValue(JournalLineSourceValue sourceValue)
-
withSourceValue
public JournalLineAccountType 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
-
-