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 that return types with arguments of type PatchCustomerBankModel.StateEnum Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PatchCustomerBankModel.StateEnum>PatchCustomerBankModel. getState_JsonNullable()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)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PatchCustomerBankModel.StateEnum Modifier and Type Method Description voidPatchCustomerBankModel. setState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PatchCustomerBankModel.StateEnum> state)
-