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