Uses of Class
app.cybrid.cybrid_api_bank.client.model.PatchExternalBankAccountBankModel.StateEnum
-
Packages that use PatchExternalBankAccountBankModel.StateEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PatchExternalBankAccountBankModel.StateEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PatchExternalBankAccountBankModel.StateEnum Modifier and Type Method Description static PatchExternalBankAccountBankModel.StateEnumPatchExternalBankAccountBankModel.StateEnum. fromValue(String value)PatchExternalBankAccountBankModel.StateEnumPatchExternalBankAccountBankModel. getState()The state of the external bank account.static PatchExternalBankAccountBankModel.StateEnumPatchExternalBankAccountBankModel.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchExternalBankAccountBankModel.StateEnum[]PatchExternalBankAccountBankModel.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 PatchExternalBankAccountBankModel.StateEnum Modifier and Type Method Description voidPatchExternalBankAccountBankModel. setState(PatchExternalBankAccountBankModel.StateEnum state)PatchExternalBankAccountBankModelPatchExternalBankAccountBankModel. state(PatchExternalBankAccountBankModel.StateEnum state)
-