public final class ImmutableTimestampedUser extends BaseImmutableUser implements TimestampedUser
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTimestampedUser.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTimestampedUser.Builder |
builder(TimestampedUser user) |
static ImmutableTimestampedUser |
from(TimestampedUser user) |
Date |
getCreatedDate()
Returns the date the entity was created.
|
Date |
getUpdatedDate()
Returns the date the entity was last updated.
|
ImmutableTimestampedUser |
withName(String name) |
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, getExternalId, getFirstName, getLastName, getName, hashCode, isActive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExternalId, getFirstName, getLastNameequals, getDirectoryId, getName, hashCodecompareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, hashCode, isActivepublic static ImmutableTimestampedUser from(TimestampedUser user)
public ImmutableTimestampedUser withName(String name)
withName in class BaseImmutableUserpublic static ImmutableTimestampedUser.Builder builder(TimestampedUser user)
public Date getCreatedDate()
TimestampedEntitygetCreatedDate in interface TimestampedEntitypublic Date getUpdatedDate()
TimestampedEntitygetUpdatedDate in interface TimestampedEntityCopyright © 2021 Atlassian. All rights reserved.