public class RefimplUserProfile extends Object implements com.atlassian.sal.api.user.UserProfile
| Constructor and Description |
|---|
RefimplUserProfile(com.atlassian.user.User user) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getFullName() |
URI |
getProfilePageUri() |
URI |
getProfilePictureUri() |
URI |
getProfilePictureUri(int width,
int height) |
TimeZone |
getTimeZone() |
com.atlassian.sal.api.user.UserKey |
getUserKey() |
String |
getUsername() |
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.UserProfilepublic TimeZone getTimeZone()
Copyright © 2018 Atlassian. All rights reserved.