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