Package com.atlassian.confluence.user
Interface UserPreferences
- All Known Implementing Classes:
AnonymousUserPreferences
,ConfluenceUserPreferences
,UserPreferencesImpl
public interface UserPreferences
Each key can only have one value, irrespective of the type of the value. If a key is set to a new value or type, the
old value is overwritten.
- Since:
- 9.3
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetBoolean
(String key) default Locale
default TimeZone
default boolean
default boolean
void
void
setBoolean
(String key, boolean value) void
void
-
Method Details
-
getString
-
getBoolean
-
getLong
-
setString
-
setLong
-
setBoolean
-
remove
-
getTimeZone
-
getLocale
-
isShowDifferencesInNotificationEmails
default boolean isShowDifferencesInNotificationEmails() -
isWatchingOwnContent
default boolean isWatchingOwnContent()
-