public static class ImmutableTimestampedUserWithAttributes.Builder extends BaseImmutableUser.Builder<ImmutableTimestampedUserWithAttributes.Builder>
| Constructor and Description |
|---|
Builder(TimestampedUser user,
com.google.common.collect.SetMultimap<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTimestampedUserWithAttributes |
build() |
ImmutableTimestampedUserWithAttributes.Builder |
setAttributes(com.google.common.collect.SetMultimap<String,String> attributes) |
ImmutableTimestampedUserWithAttributes.Builder |
setCreatedDate(Date createdDate) |
ImmutableTimestampedUserWithAttributes.Builder |
setUpdatedDate(Date updatedDate) |
active, directoryId, displayName, emailAddress, externalId, firstName, lastName, namepublic Builder(TimestampedUser user, com.google.common.collect.SetMultimap<String,String> attributes)
public ImmutableTimestampedUserWithAttributes.Builder setAttributes(com.google.common.collect.SetMultimap<String,String> attributes)
public ImmutableTimestampedUserWithAttributes.Builder setCreatedDate(Date createdDate)
public ImmutableTimestampedUserWithAttributes.Builder setUpdatedDate(Date updatedDate)
public ImmutableTimestampedUserWithAttributes build()
build in class BaseImmutableUser.Builder<ImmutableTimestampedUserWithAttributes.Builder>Copyright © 2025 Atlassian. All rights reserved.