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) |
@Nullable com.atlassian.sal.api.user.UserKey |
getUserKey() |
String |
getUsername() |
public ConfluenceUserProfile(ConfluenceUser user, ProfilePictureInfo profilePictureInfo)
public @Nullable com.atlassian.sal.api.user.UserKey getUserKey()
getUserKey
in interface com.atlassian.sal.api.user.UserProfile
public String getUsername()
getUsername
in interface com.atlassian.sal.api.user.UserProfile
public String getFullName()
getFullName
in interface com.atlassian.sal.api.user.UserProfile
public String getEmail()
getEmail
in interface com.atlassian.sal.api.user.UserProfile
public URI getProfilePictureUri(int width, int height)
getProfilePictureUri
in interface com.atlassian.sal.api.user.UserProfile
public URI getProfilePictureUri()
getProfilePictureUri
in interface com.atlassian.sal.api.user.UserProfile
public URI getProfilePageUri()
getProfilePageUri
in interface com.atlassian.sal.api.user.UserProfile
Copyright © 2003–2019 Atlassian. All rights reserved.