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