Uses of Class
com.adyen.model.configurationwebhooks.ScoreNotificationRequest.TypeEnum
-
Packages that use ScoreNotificationRequest.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of ScoreNotificationRequest.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return ScoreNotificationRequest.TypeEnum Modifier and Type Method Description static ScoreNotificationRequest.TypeEnumScoreNotificationRequest.TypeEnum. fromValue(String value)ScoreNotificationRequest.TypeEnumScoreNotificationRequest. getType()Type of webhook.static ScoreNotificationRequest.TypeEnumScoreNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreNotificationRequest.TypeEnum[]ScoreNotificationRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type ScoreNotificationRequest.TypeEnum Modifier and Type Method Description voidScoreNotificationRequest. setType(ScoreNotificationRequest.TypeEnum type)Type of webhook.ScoreNotificationRequestScoreNotificationRequest. type(ScoreNotificationRequest.TypeEnum type)Type of webhook.
-