Class AccountingJournalResultStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingJournalResultStatus
-
public class AccountingJournalResultStatus extends java.lang.ObjectAccountingJournalResultStatusStatus of the journal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingJournalResultStatus.Builder
-
Constructor Summary
Constructors Constructor Description AccountingJournalResultStatus()AccountingJournalResultStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountingJournalResultStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AccountingJournalResultSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AccountingJournalResultValue>value()The journal statusAccountingJournalResultStatuswithSourceValue(AccountingJournalResultSourceValue sourceValue)AccountingJournalResultStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultSourceValue> sourceValue)AccountingJournalResultStatuswithValue(AccountingJournalResultValue value)The journal statusAccountingJournalResultStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultValue> value)The journal status
-
-
-
Constructor Detail
-
AccountingJournalResultStatus
public AccountingJournalResultStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultSourceValue> sourceValue)
-
AccountingJournalResultStatus
public AccountingJournalResultStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AccountingJournalResultValue> value()
The journal status
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AccountingJournalResultSourceValue> sourceValue()
-
builder
public static AccountingJournalResultStatus.Builder builder()
-
withValue
public AccountingJournalResultStatus withValue(AccountingJournalResultValue value)
The journal status
-
withValue
public AccountingJournalResultStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultValue> value)
The journal status
-
withSourceValue
public AccountingJournalResultStatus withSourceValue(AccountingJournalResultSourceValue sourceValue)
-
withSourceValue
public AccountingJournalResultStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultSourceValue> 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
-
-