Class AccountingJournalStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingJournalStatus
-
public class AccountingJournalStatus extends java.lang.ObjectAccountingJournalStatusStatus of the journal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingJournalStatus.Builder
-
Constructor Summary
Constructors Constructor Description AccountingJournalStatus()AccountingJournalStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountingJournalStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AccountingJournalSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AccountingJournalValue>value()The journal statusAccountingJournalStatuswithSourceValue(AccountingJournalSourceValue sourceValue)AccountingJournalStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalSourceValue> sourceValue)AccountingJournalStatuswithValue(AccountingJournalValue value)The journal statusAccountingJournalStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalValue> value)The journal status
-
-
-
Constructor Detail
-
AccountingJournalStatus
public AccountingJournalStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalSourceValue> sourceValue)
-
AccountingJournalStatus
public AccountingJournalStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AccountingJournalValue> value()
The journal status
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AccountingJournalSourceValue> sourceValue()
-
builder
public static AccountingJournalStatus.Builder builder()
-
withValue
public AccountingJournalStatus withValue(AccountingJournalValue value)
The journal status
-
withValue
public AccountingJournalStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalValue> value)
The journal status
-
withSourceValue
public AccountingJournalStatus withSourceValue(AccountingJournalSourceValue sourceValue)
-
withSourceValue
public AccountingJournalStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalSourceValue> 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
-
-