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