Uses of Class
com.adyen.model.configurationwebhooks.Wallet.RecommendationReasonsEnum
-
Packages that use Wallet.RecommendationReasonsEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of Wallet.RecommendationReasonsEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Wallet.RecommendationReasonsEnum Modifier and Type Method Description static Wallet.RecommendationReasonsEnumWallet.RecommendationReasonsEnum. fromValue(String value)static Wallet.RecommendationReasonsEnumWallet.RecommendationReasonsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Wallet.RecommendationReasonsEnum[]Wallet.RecommendationReasonsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks that return types with arguments of type Wallet.RecommendationReasonsEnum Modifier and Type Method Description List<Wallet.RecommendationReasonsEnum>Wallet. getRecommendationReasons()A list of codes that specify the reasons for the provided scores.Methods in com.adyen.model.configurationwebhooks with parameters of type Wallet.RecommendationReasonsEnum Modifier and Type Method Description WalletWallet. addRecommendationReasonsItem(Wallet.RecommendationReasonsEnum recommendationReasonsItem)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type Wallet.RecommendationReasonsEnum Modifier and Type Method Description WalletWallet. recommendationReasons(List<Wallet.RecommendationReasonsEnum> recommendationReasons)A list of codes that specify the reasons for the provided scores.voidWallet. setRecommendationReasons(List<Wallet.RecommendationReasonsEnum> recommendationReasons)A list of codes that specify the reasons for the provided scores.
-