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