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