public class UserDTOUser extends Object implements com.atlassian.crowd.embedded.api.User, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(com.atlassian.crowd.embedded.api.User user) |
static com.atlassian.crowd.embedded.api.User |
from(UserDTO userDTO) |
long |
getDirectoryId() |
String |
getDisplayName() |
String |
getEmailAddress() |
String |
getName() |
boolean |
isActive() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static com.atlassian.crowd.embedded.api.User from(UserDTO userDTO)
public long getDirectoryId()
getDirectoryId in interface com.atlassian.crowd.embedded.api.Userpublic boolean isActive()
isActive in interface com.atlassian.crowd.embedded.api.Userpublic String getEmailAddress()
getEmailAddress in interface com.atlassian.crowd.embedded.api.Userpublic String getDisplayName()
getDisplayName in interface com.atlassian.crowd.embedded.api.Userpublic int compareTo(com.atlassian.crowd.embedded.api.User user)
compareTo in interface com.atlassian.crowd.embedded.api.UsercompareTo in interface Comparable<com.atlassian.crowd.embedded.api.User>Copyright © 2002-2022 Atlassian. All Rights Reserved.