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