Uses of Class
org.xwiki.notifications.preferences.NotificationPreferenceCategory
-
Packages that use NotificationPreferenceCategory Package Description org.xwiki.notifications.preferences -
-
Uses of NotificationPreferenceCategory in org.xwiki.notifications.preferences
Methods in org.xwiki.notifications.preferences that return NotificationPreferenceCategory Modifier and Type Method Description NotificationPreferenceCategory
NotificationPreference. getCategory()
static NotificationPreferenceCategory
NotificationPreferenceCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationPreferenceCategory[]
NotificationPreferenceCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.notifications.preferences with parameters of type NotificationPreferenceCategory Modifier and Type Method Description TargetableNotificationPreferenceBuilder
TargetableNotificationPreferenceBuilder. setCategory(NotificationPreferenceCategory category)
-