public class UserPreferencesUpdatedEvent extends Object
Constructor and Description |
---|
UserPreferencesUpdatedEvent(ApplicationUser user)
Deprecated.
Pre-analytics constructor, event named "updateuserpreferences"; never whitelisted. Since 7.2.
|
UserPreferencesUpdatedEvent(ApplicationUser user,
Long pageSize,
String emailType,
String locale,
String timeZoneId,
boolean notifyOwnChanges,
boolean shareByDefault,
boolean keyboardShortcutsEnabled,
String autowatchPreference) |
Modifier and Type | Method and Description |
---|---|
String |
getAutowatchPreference() |
String |
getEmailMimeType() |
boolean |
getKeyboardShortcutsEnabled() |
String |
getLocale() |
boolean |
getNotifyOwnChangesByEmail() |
Long |
getPageSize() |
boolean |
getShareByDefault() |
String |
getTimeZoneId() |
String |
getUsername() |
@Deprecated public UserPreferencesUpdatedEvent(ApplicationUser user)
public String getUsername()
public Long getPageSize()
public String getEmailMimeType()
public String getLocale()
public String getTimeZoneId()
public boolean getNotifyOwnChangesByEmail()
public boolean getShareByDefault()
public boolean getKeyboardShortcutsEnabled()
public String getAutowatchPreference()
Copyright © 2002-2019 Atlassian. All Rights Reserved.