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