Class AccountingAccountResultData
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingAccountResultData
-
public class AccountingAccountResultData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingAccountResultData.Builder
-
Constructor Summary
Constructors Constructor Description AccountingAccountResultData()AccountingAccountResultData(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultType> type, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultActive> active)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultActive>active()Whether the account is activestatic AccountingAccountResultData.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>code()External system's account code/numberorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>companyId()ID of the company this account belongs tobooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()Name of the accountorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultType>type()Type of accountAccountingAccountResultDatawithActive(AccountingAccountResultActive active)Whether the account is activeAccountingAccountResultDatawithActive(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultActive> active)Whether the account is activeAccountingAccountResultDatawithCode(java.lang.String code)External system's account code/numberAccountingAccountResultDatawithCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)External system's account code/numberAccountingAccountResultDatawithCompanyId(java.lang.String companyId)ID of the company this account belongs toAccountingAccountResultDatawithCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)ID of the company this account belongs toAccountingAccountResultDatawithId(java.lang.String id)Unique identifierAccountingAccountResultDatawithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAccountingAccountResultDatawithName(java.lang.String name)Name of the accountAccountingAccountResultDatawithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name of the accountAccountingAccountResultDatawithRemoteId(java.lang.String remoteId)Provider's unique identifierAccountingAccountResultDatawithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAccountingAccountResultDatawithType(AccountingAccountResultType type)Type of accountAccountingAccountResultDatawithType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultType> type)Type of account
-
-
-
Constructor Detail
-
AccountingAccountResultData
public AccountingAccountResultData(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultType> type, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultActive> active)
-
AccountingAccountResultData
public AccountingAccountResultData()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
companyId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId()
ID of the company this account belongs to
-
code
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code()
External system's account code/number
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
Name of the account
-
type
public org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultType> type()
Type of account
-
active
public org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultActive> active()
Whether the account is active
-
builder
public static AccountingAccountResultData.Builder builder()
-
withId
public AccountingAccountResultData withId(java.lang.String id)
Unique identifier
-
withId
public AccountingAccountResultData withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AccountingAccountResultData withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AccountingAccountResultData withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withCompanyId
public AccountingAccountResultData withCompanyId(java.lang.String companyId)
ID of the company this account belongs to
-
withCompanyId
public AccountingAccountResultData withCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
ID of the company this account belongs to
-
withCode
public AccountingAccountResultData withCode(java.lang.String code)
External system's account code/number
-
withCode
public AccountingAccountResultData withCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
External system's account code/number
-
withName
public AccountingAccountResultData withName(java.lang.String name)
Name of the account
-
withName
public AccountingAccountResultData withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name of the account
-
withType
public AccountingAccountResultData withType(AccountingAccountResultType type)
Type of account
-
withType
public AccountingAccountResultData withType(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultType> type)
Type of account
-
withActive
public AccountingAccountResultData withActive(AccountingAccountResultActive active)
Whether the account is active
-
withActive
public AccountingAccountResultData withActive(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultActive> active)
Whether the account is active
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-