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(String name) |
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, isActive, isMarkedAsDeletedpublic static ImmutableTimestampedUser from(TimestampedUser user)
public ImmutableTimestampedUser withName(String name)
withName in class BaseImmutableUserpublic static ImmutableTimestampedUser.Builder builder(TimestampedUser user)
public static ImmutableTimestampedUser.Builder builder(String name)
public Date getCreatedDate()
TimestampedEntitygetCreatedDate in interface TimestampedEntitypublic Date getUpdatedDate()
TimestampedEntitygetUpdatedDate in interface TimestampedEntityCopyright © 2024 Atlassian. All rights reserved.