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