Class LikeNotificationPreferences
- java.lang.Object
-
- com.atlassian.confluence.plugins.like.LikeNotificationPreferences
-
public class LikeNotificationPreferences extends Object
Like Preference class that manages default values as well as interacting with PropertySet API to persist preference changes.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_USER_LIKES_NOTIFY_AUTHOR
-
Constructor Summary
Constructors Constructor Description LikeNotificationPreferences(com.opensymphony.module.propertyset.PropertySet propertySet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNotifyAuthor()
void
setNotifyAuthor(boolean value)
-
-
-
Field Detail
-
PROPERTY_USER_LIKES_NOTIFY_AUTHOR
public static final String PROPERTY_USER_LIKES_NOTIFY_AUTHOR
- See Also:
- Constant Field Values
-
-