Uses of Class
app.cybrid.cybrid_api_bank.client.model.BankBankModel.FeaturesEnum
-
Packages that use BankBankModel.FeaturesEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of BankBankModel.FeaturesEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return BankBankModel.FeaturesEnum Modifier and Type Method Description static BankBankModel.FeaturesEnumBankBankModel.FeaturesEnum. fromValue(String value)static BankBankModel.FeaturesEnumBankBankModel.FeaturesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BankBankModel.FeaturesEnum[]BankBankModel.FeaturesEnum. 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 BankBankModel.FeaturesEnum Modifier and Type Method Description List<BankBankModel.FeaturesEnum>BankBankModel. getFeatures()The bank's enabled features.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type BankBankModel.FeaturesEnum Modifier and Type Method Description BankBankModelBankBankModel. addFeaturesItem(BankBankModel.FeaturesEnum featuresItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type BankBankModel.FeaturesEnum Modifier and Type Method Description BankBankModelBankBankModel. features(List<BankBankModel.FeaturesEnum> features)voidBankBankModel. setFeatures(List<BankBankModel.FeaturesEnum> features)
-