public final class ConfluenceUserProfile extends Object implements com.atlassian.sal.api.user.UserProfile
| Constructor and Description |
|---|
ConfluenceUserProfile(ConfluenceUser user,
ProfilePictureInfo profilePictureInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getFullName() |
URI |
getProfilePageUri() |
URI |
getProfilePictureUri() |
URI |
getProfilePictureUri(int width,
int height) |
com.atlassian.sal.api.user.UserKey |
getUserKey() |
String |
getUsername() |
public ConfluenceUserProfile(ConfluenceUser user, ProfilePictureInfo profilePictureInfo)
@Nullable public com.atlassian.sal.api.user.UserKey getUserKey()
getUserKey in interface com.atlassian.sal.api.user.UserProfilepublic String getUsername()
getUsername in interface com.atlassian.sal.api.user.UserProfilepublic String getFullName()
getFullName in interface com.atlassian.sal.api.user.UserProfilepublic String getEmail()
getEmail in interface com.atlassian.sal.api.user.UserProfilepublic URI getProfilePictureUri(int width, int height)
getProfilePictureUri in interface com.atlassian.sal.api.user.UserProfilepublic URI getProfilePictureUri()
getProfilePictureUri in interface com.atlassian.sal.api.user.UserProfilepublic URI getProfilePageUri()
getProfilePageUri in interface com.atlassian.sal.api.user.UserProfileCopyright © 2003–2018 Atlassian. All rights reserved.