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