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