Uses of Interface
com.atlassian.sal.api.usersettings.UserSettingsBuilder
Packages that use UserSettingsBuilder
-
Uses of UserSettingsBuilder in com.atlassian.sal.api.usersettings
Methods in com.atlassian.sal.api.usersettings that return UserSettingsBuilderModifier and TypeMethodDescriptionadd an extra entry to the builder, overwriting any existing value stored against key (regardless of type)add an extra entry to the builder, overwriting any existing value stored against key (regardless of type)add an extra entry to the builder, overwriting any existing value stored against key (regardless of type)remove an entry from the builderMethod parameters in com.atlassian.sal.api.usersettings with type arguments of type UserSettingsBuilderModifier and TypeMethodDescriptionvoidUserSettingsService.updateUserSettings(UserKey userKey, Function<UserSettingsBuilder, UserSettings> updateFunction) Updates the UserSettings stored for this user.