Class AccountingJournalCreateRequestDtoCurrencyCode.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingJournalCreateRequestDtoCurrencyCode.Builder
-
- Enclosing class:
- AccountingJournalCreateRequestDtoCurrencyCode
public static final class AccountingJournalCreateRequestDtoCurrencyCode.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingJournalCreateRequestDtoCurrencyCodebuild()AccountingJournalCreateRequestDtoCurrencyCode.BuildersourceValue(AccountingJournalCreateRequestDtoSourceValue sourceValue)AccountingJournalCreateRequestDtoCurrencyCode.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoSourceValue> sourceValue)AccountingJournalCreateRequestDtoCurrencyCode.Buildervalue(AccountingJournalCreateRequestDtoValue value)Default currency for the companyAccountingJournalCreateRequestDtoCurrencyCode.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoValue> value)Default currency for the company
-
-
-
Method Detail
-
value
public AccountingJournalCreateRequestDtoCurrencyCode.Builder value(AccountingJournalCreateRequestDtoValue value)
Default currency for the company
-
value
public AccountingJournalCreateRequestDtoCurrencyCode.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoValue> value)
Default currency for the company
-
sourceValue
public AccountingJournalCreateRequestDtoCurrencyCode.Builder sourceValue(AccountingJournalCreateRequestDtoSourceValue sourceValue)
-
sourceValue
public AccountingJournalCreateRequestDtoCurrencyCode.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalCreateRequestDtoSourceValue> sourceValue)
-
build
public AccountingJournalCreateRequestDtoCurrencyCode build()
-
-