com.atlassian.sal.confluence.user
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 java.lang.Object
- implements com.atlassian.sal.api.user.UserProfile
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceUserProfile
public ConfluenceUserProfile(ConfluenceUser user,
ProfilePictureInfo profilePictureInfo)
getUserKey
@Nullable
public com.atlassian.sal.api.user.UserKey getUserKey()
-
- Specified by:
getUserKey
in interface com.atlassian.sal.api.user.UserProfile
- Since:
- 5.2
getUsername
public java.lang.String getUsername()
-
- Specified by:
getUsername
in interface com.atlassian.sal.api.user.UserProfile
getFullName
public java.lang.String getFullName()
-
- Specified by:
getFullName
in interface com.atlassian.sal.api.user.UserProfile
getEmail
public java.lang.String getEmail()
-
- Specified by:
getEmail
in interface com.atlassian.sal.api.user.UserProfile
getProfilePictureUri
public java.net.URI getProfilePictureUri(int width,
int height)
-
- Specified by:
getProfilePictureUri
in interface com.atlassian.sal.api.user.UserProfile
getProfilePictureUri
public java.net.URI getProfilePictureUri()
-
- Specified by:
getProfilePictureUri
in interface com.atlassian.sal.api.user.UserProfile
getProfilePageUri
public java.net.URI getProfilePageUri()
-
- Specified by:
getProfilePageUri
in interface com.atlassian.sal.api.user.UserProfile
Copyright © 2003-2014 Atlassian. All Rights Reserved.