Class AccountType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountType.Builder
-
- Enclosing class:
- AccountType
public static final class AccountType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountTypebuild()AccountType.BuildersourceValue(HRISBankDetailsAccountTypeSourceValue sourceValue)AccountType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeSourceValue> sourceValue)AccountType.Buildervalue(HRISBankDetailsAccountTypeValue value)The type of bank accountAccountType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeValue> value)The type of bank account
-
-
-
Method Detail
-
value
public AccountType.Builder value(HRISBankDetailsAccountTypeValue value)
The type of bank account
-
value
public AccountType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeValue> value)
The type of bank account
-
sourceValue
public AccountType.Builder sourceValue(HRISBankDetailsAccountTypeSourceValue sourceValue)
-
sourceValue
public AccountType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBankDetailsAccountTypeSourceValue> sourceValue)
-
build
public AccountType build()
-
-