public class User
extends java.lang.Object
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountId()
This method returns the account ID of the user.
|
java.lang.String |
getDisplayName()
This method returns the display name of the user.
|
ProfilePicture |
getProfilePicture()
This method returns the profile picture of the user.
|
UserType |
getType()
This method returns the type of the user.
|
java.lang.String |
getUserKey()
This method returns the key of the user.
|
java.lang.String |
getUsername()
This method returns the username of the user.
|
public java.lang.String getUsername()
public java.lang.String getUserKey()
public java.lang.String getAccountId()
public UserType getType()
public ProfilePicture getProfilePicture()
public java.lang.String getDisplayName()