Class ConfluenceUserProfile
- java.lang.Object
-
- com.atlassian.sal.confluence.user.ConfluenceUserProfile
-
- All Implemented Interfaces:
com.atlassian.sal.api.user.UserProfile
public final class ConfluenceUserProfile extends Object implements com.atlassian.sal.api.user.UserProfile
-
-
Constructor Summary
Constructors Constructor Description ConfluenceUserProfile(ConfluenceUser user, ProfilePictureInfo profilePictureInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
ConfluenceUserProfile
public ConfluenceUserProfile(ConfluenceUser user, ProfilePictureInfo profilePictureInfo)
-
-
Method Detail
-
getUserKey
public @Nullable com.atlassian.sal.api.user.UserKey getUserKey()
- Specified by:
getUserKey
in interfacecom.atlassian.sal.api.user.UserProfile
- Since:
- 5.2
-
getUsername
public String getUsername()
- Specified by:
getUsername
in interfacecom.atlassian.sal.api.user.UserProfile
-
getFullName
public String getFullName()
- Specified by:
getFullName
in interfacecom.atlassian.sal.api.user.UserProfile
-
getEmail
public String getEmail()
- Specified by:
getEmail
in interfacecom.atlassian.sal.api.user.UserProfile
-
getProfilePictureUri
public URI getProfilePictureUri(int width, int height)
- Specified by:
getProfilePictureUri
in interfacecom.atlassian.sal.api.user.UserProfile
-
getProfilePictureUri
public URI getProfilePictureUri()
- Specified by:
getProfilePictureUri
in interfacecom.atlassian.sal.api.user.UserProfile
-
getProfilePageUri
public URI getProfilePageUri()
- Specified by:
getProfilePageUri
in interfacecom.atlassian.sal.api.user.UserProfile
-
-