Uses of Class
com.adyen.model.management.Notification.CategoryEnum
-
Packages that use Notification.CategoryEnum Package Description com.adyen.model.management -
-
Uses of Notification.CategoryEnum in com.adyen.model.management
Methods in com.adyen.model.management that return Notification.CategoryEnum Modifier and Type Method Description static Notification.CategoryEnumNotification.CategoryEnum. fromValue(String value)Notification.CategoryEnumNotification. getCategory()The type of event notification sent when you select the notification button.static Notification.CategoryEnumNotification.CategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Notification.CategoryEnum[]Notification.CategoryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type Notification.CategoryEnum Modifier and Type Method Description NotificationNotification. category(Notification.CategoryEnum category)voidNotification. setCategory(Notification.CategoryEnum category)The type of event notification sent when you select the notification button.
-