Class AccountType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountType
-
public class AccountType extends java.lang.ObjectAccountTypeThe type of bank account
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountType.Builder
-
Constructor Summary
Constructors Constructor Description AccountType()AccountType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HRISBankDetailsAccountTypeSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HRISBankDetailsAccountTypeValue>value()The type of bank accountAccountTypewithSourceValue(HRISBankDetailsAccountTypeSourceValue sourceValue)AccountTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeSourceValue> sourceValue)AccountTypewithValue(HRISBankDetailsAccountTypeValue value)The type of bank accountAccountTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeValue> value)The type of bank account
-
-
-
Constructor Detail
-
AccountType
public AccountType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeSourceValue> sourceValue)
-
AccountType
public AccountType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HRISBankDetailsAccountTypeValue> value()
The type of bank account
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HRISBankDetailsAccountTypeSourceValue> sourceValue()
-
builder
public static AccountType.Builder builder()
-
withValue
public AccountType withValue(HRISBankDetailsAccountTypeValue value)
The type of bank account
-
withValue
public AccountType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeValue> value)
The type of bank account
-
withSourceValue
public AccountType withSourceValue(HRISBankDetailsAccountTypeSourceValue sourceValue)
-
withSourceValue
public AccountType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeSourceValue> sourceValue)
-
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
-
-