Uses of Class
org.xwiki.notifications.preferences.NotificationPreferenceProperty
-
Packages that use NotificationPreferenceProperty Package Description org.xwiki.notifications.preferences -
-
Uses of NotificationPreferenceProperty in org.xwiki.notifications.preferences
Methods in org.xwiki.notifications.preferences that return NotificationPreferenceProperty Modifier and Type Method Description static NotificationPreferenceProperty
NotificationPreferenceProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationPreferenceProperty[]
NotificationPreferenceProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.notifications.preferences that return types with arguments of type NotificationPreferenceProperty Modifier and Type Method Description Map<NotificationPreferenceProperty,Object>
NotificationPreference. getProperties()
Method parameters in org.xwiki.notifications.preferences with type arguments of type NotificationPreferenceProperty Modifier and Type Method Description TargetableNotificationPreferenceBuilder
TargetableNotificationPreferenceBuilder. setProperties(Map<NotificationPreferenceProperty,Object> properties)
-