Class AccountType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountType.Builder
-
- Enclosing class:
- AccountType
public static final class AccountType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountTypebuild()AccountType.BuildersourceValue(JournalLineSourceValue sourceValue)AccountType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineSourceValue> sourceValue)AccountType.Buildervalue(JournalLineValue value)Type of accountAccountType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineValue> value)Type of account
-
-
-
Method Detail
-
value
public AccountType.Builder value(JournalLineValue value)
Type of account
-
value
public AccountType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineValue> value)
Type of account
-
sourceValue
public AccountType.Builder sourceValue(JournalLineSourceValue sourceValue)
-
sourceValue
public AccountType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends JournalLineSourceValue> sourceValue)
-
build
public AccountType build()
-
-