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
ConstructorsConstructorDescriptionConfluenceUserProfile
(ConfluenceUser user, ProfilePictureInfo profilePictureInfo) -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
getProfilePictureUri
(int width, int height) @Nullable com.atlassian.sal.api.user.UserKey
-
Constructor Details
-
ConfluenceUserProfile
-
-
Method Details
-
getUserKey
public @Nullable com.atlassian.sal.api.user.UserKey getUserKey()- Specified by:
getUserKey
in interfacecom.atlassian.sal.api.user.UserProfile
- Since:
- 5.2
-
getUsername
- Specified by:
getUsername
in interfacecom.atlassian.sal.api.user.UserProfile
-
getFullName
- Specified by:
getFullName
in interfacecom.atlassian.sal.api.user.UserProfile
-
getEmail
- Specified by:
getEmail
in interfacecom.atlassian.sal.api.user.UserProfile
-
getProfilePictureUri
- Specified by:
getProfilePictureUri
in interfacecom.atlassian.sal.api.user.UserProfile
-
getProfilePictureUri
- Specified by:
getProfilePictureUri
in interfacecom.atlassian.sal.api.user.UserProfile
-
getProfilePageUri
- Specified by:
getProfilePageUri
in interfacecom.atlassian.sal.api.user.UserProfile
-