@Immutable public final class UserDto extends Object
Constructor and Description |
---|
UserDto(String userName,
String fullName,
String avatarUrl,
String url,
String phone,
String email,
String position,
String department,
String location,
String about,
UserPreferencesDto userPreferencesDto,
boolean anonymousUser)
|
UserDto(String userName,
String fullName,
String avatarUrl,
String url,
String phone,
String email,
String position,
String department,
String location,
String about,
UserPreferencesDto userPreferencesDto,
boolean anonymousUser,
boolean unknownUser) |
Modifier and Type | Method and Description |
---|---|
String |
getAbout() |
String |
getAvatarUrl() |
String |
getDepartment() |
String |
getEmail() |
String |
getFullName() |
String |
getLocation() |
String |
getPhone() |
String |
getPosition() |
String |
getUrl() |
String |
getUserName() |
UserPreferencesDto |
getUserPreferences() |
boolean |
isAnonymous() |
boolean |
isUnknownUser() |
@Deprecated public UserDto(String userName, String fullName, String avatarUrl, String url, String phone, String email, String position, String department, String location, String about, UserPreferencesDto userPreferencesDto, boolean anonymousUser)
public String getUserName()
public String getFullName()
public String getAvatarUrl()
public String getUrl()
public String getEmail()
public String getPhone()
public String getPosition()
public String getDepartment()
public String getLocation()
public String getAbout()
public UserPreferencesDto getUserPreferences()
public boolean isAnonymous()
public boolean isUnknownUser()
Copyright © 2003–2015 Atlassian. All rights reserved.