@Immutable public class CachedCrowdUser extends Object implements com.atlassian.crowd.model.user.TimestampedUser, Serializable
| Constructor and Description | 
|---|
| CachedCrowdUser(com.atlassian.crowd.model.user.TimestampedUser user) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(com.atlassian.crowd.embedded.api.User other) | 
| Date | getCreatedDate() | 
| long | getDirectoryId() | 
| String | getDisplayName() | 
| String | getEmailAddress() | 
| String | getExternalId() | 
| String | getFirstName() | 
| String | getLastName() | 
| String | getName() | 
| Date | getUpdatedDate() | 
| boolean | isActive() | 
public CachedCrowdUser(com.atlassian.crowd.model.user.TimestampedUser user)
public long getDirectoryId()
getDirectoryId in interface com.atlassian.crowd.embedded.api.UsergetDirectoryId in interface com.atlassian.crowd.model.DirectoryEntitypublic 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 Date getCreatedDate()
getCreatedDate in interface com.atlassian.crowd.model.TimestampedEntitypublic Date getUpdatedDate()
getUpdatedDate in interface com.atlassian.crowd.model.TimestampedEntitypublic String getFirstName()
public String getLastName()
public String getExternalId()
public String getName()
public int compareTo(com.atlassian.crowd.embedded.api.User other)
compareTo in interface com.atlassian.crowd.embedded.api.UsercompareTo in interface Comparable<com.atlassian.crowd.embedded.api.User>Copyright © 2003–2019 Atlassian. All rights reserved.