Uses of Class
app.cybrid.cybrid_api_bank.client.model.AccountBankModel.TypeEnum
-
Packages that use AccountBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of AccountBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return AccountBankModel.TypeEnum Modifier and Type Method Description static AccountBankModel.TypeEnumAccountBankModel.TypeEnum. fromValue(String value)AccountBankModel.TypeEnumAccountBankModel. getType()The account type.static AccountBankModel.TypeEnumAccountBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountBankModel.TypeEnum[]AccountBankModel.TypeEnum. 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 AccountBankModel.TypeEnum Modifier and Type Method Description voidAccountBankModel. setType(AccountBankModel.TypeEnum type)AccountBankModelAccountBankModel. type(AccountBankModel.TypeEnum type)
-