Uses of Class
app.cybrid.cybrid_api_bank.client.model.DepositBankAccountBankModel.StateEnum
-
Packages that use DepositBankAccountBankModel.StateEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of DepositBankAccountBankModel.StateEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return DepositBankAccountBankModel.StateEnum Modifier and Type Method Description static DepositBankAccountBankModel.StateEnumDepositBankAccountBankModel.StateEnum. fromValue(String value)DepositBankAccountBankModel.StateEnumDepositBankAccountBankModel. getState()The state of the address.static DepositBankAccountBankModel.StateEnumDepositBankAccountBankModel.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DepositBankAccountBankModel.StateEnum[]DepositBankAccountBankModel.StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type DepositBankAccountBankModel.StateEnum Modifier and Type Method Description voidDepositBankAccountBankModel. setState(DepositBankAccountBankModel.StateEnum state)DepositBankAccountBankModelDepositBankAccountBankModel. state(DepositBankAccountBankModel.StateEnum state)
-