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