Class AccountingJournalResultStatus.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingJournalResultStatus.Builder
-
- Enclosing class:
- AccountingJournalResultStatus
public static final class AccountingJournalResultStatus.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingJournalResultStatusbuild()AccountingJournalResultStatus.BuildersourceValue(AccountingJournalResultSourceValue sourceValue)AccountingJournalResultStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultSourceValue> sourceValue)AccountingJournalResultStatus.Buildervalue(AccountingJournalResultValue value)The journal statusAccountingJournalResultStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultValue> value)The journal status
-
-
-
Method Detail
-
value
public AccountingJournalResultStatus.Builder value(AccountingJournalResultValue value)
The journal status
-
value
public AccountingJournalResultStatus.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultValue> value)
The journal status
-
sourceValue
public AccountingJournalResultStatus.Builder sourceValue(AccountingJournalResultSourceValue sourceValue)
-
sourceValue
public AccountingJournalResultStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultSourceValue> sourceValue)
-
build
public AccountingJournalResultStatus build()
-
-