Class AccountingAccountResultData.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingAccountResultData.Builder
-
- Enclosing class:
- AccountingAccountResultData
public static final class AccountingAccountResultData.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingAccountResultData.Builderactive(AccountingAccountResultActive active)Whether the account is activeAccountingAccountResultData.Builderactive(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultActive> active)Whether the account is activeAccountingAccountResultDatabuild()AccountingAccountResultData.Buildercode(java.lang.String code)External system's account code/numberAccountingAccountResultData.Buildercode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)External system's account code/numberAccountingAccountResultData.BuildercompanyId(java.lang.String companyId)ID of the company this account belongs toAccountingAccountResultData.BuildercompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)ID of the company this account belongs toAccountingAccountResultData.Builderid(java.lang.String id)Unique identifierAccountingAccountResultData.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAccountingAccountResultData.Buildername(java.lang.String name)Name of the accountAccountingAccountResultData.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name of the accountAccountingAccountResultData.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierAccountingAccountResultData.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAccountingAccountResultData.Buildertype(AccountingAccountResultType type)Type of accountAccountingAccountResultData.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultType> type)Type of account
-
-
-
Method Detail
-
id
public AccountingAccountResultData.Builder id(java.lang.String id)
Unique identifier
-
id
public AccountingAccountResultData.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public AccountingAccountResultData.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public AccountingAccountResultData.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
companyId
public AccountingAccountResultData.Builder companyId(java.lang.String companyId)
ID of the company this account belongs to
-
companyId
public AccountingAccountResultData.Builder companyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
ID of the company this account belongs to
-
code
public AccountingAccountResultData.Builder code(java.lang.String code)
External system's account code/number
-
code
public AccountingAccountResultData.Builder code(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
External system's account code/number
-
name
public AccountingAccountResultData.Builder name(java.lang.String name)
Name of the account
-
name
public AccountingAccountResultData.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name of the account
-
type
public AccountingAccountResultData.Builder type(AccountingAccountResultType type)
Type of account
-
type
public AccountingAccountResultData.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultType> type)
Type of account
-
active
public AccountingAccountResultData.Builder active(AccountingAccountResultActive active)
Whether the account is active
-
active
public AccountingAccountResultData.Builder active(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultActive> active)
Whether the account is active
-
build
public AccountingAccountResultData build()
-
-