Package com.atlassian.confluence.user
Interface UserPreferences
- All Known Implementing Classes:
AnonymousUserPreferences,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 Localedefault TimeZonedefault booleandefault booleanvoidvoidsetBoolean(String key, boolean value) voidvoid
-
Method Details
-
getString
-
getBoolean
-
getLong
-
setString
-
setLong
-
setBoolean
-
remove
-
getTimeZone
-
getLocale
-
isShowDifferencesInNotificationEmails
default boolean isShowDifferencesInNotificationEmails() -
isWatchingOwnContent
default boolean isWatchingOwnContent()
-