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