Uses of Class
org.xwiki.platform.notifications.test.po.preferences.filters.CustomNotificationFilterModal.NotificationFormat
-
Packages that use CustomNotificationFilterModal.NotificationFormat Package Description org.xwiki.platform.notifications.test.po.preferences.filters -
-
Uses of CustomNotificationFilterModal.NotificationFormat in org.xwiki.platform.notifications.test.po.preferences.filters
Methods in org.xwiki.platform.notifications.test.po.preferences.filters that return CustomNotificationFilterModal.NotificationFormat Modifier and Type Method Description static CustomNotificationFilterModal.NotificationFormat
CustomNotificationFilterModal.NotificationFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomNotificationFilterModal.NotificationFormat[]
CustomNotificationFilterModal.NotificationFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.platform.notifications.test.po.preferences.filters that return types with arguments of type CustomNotificationFilterModal.NotificationFormat Modifier and Type Method Description Set<CustomNotificationFilterModal.NotificationFormat>
CustomNotificationFilterModal. getSelectedFormats()
Method parameters in org.xwiki.platform.notifications.test.po.preferences.filters with type arguments of type CustomNotificationFilterModal.NotificationFormat Modifier and Type Method Description void
CustomNotificationFilterModal. selectFormats(Set<CustomNotificationFilterModal.NotificationFormat> formats)
Allow to select the formats for the notification.
-