Package com.atlassian.crowd.model.user
Class ImmutableTimestampedUserWithAttributes.Builder
java.lang.Object
com.atlassian.crowd.model.user.BaseImmutableUser.Builder<ImmutableTimestampedUserWithAttributes>
com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes.Builder
- Enclosing class:
- ImmutableTimestampedUserWithAttributes
public static class ImmutableTimestampedUserWithAttributes.Builder
extends BaseImmutableUser.Builder<ImmutableTimestampedUserWithAttributes>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
setAttributes
(Map<String, Set<String>> attributes) setCreatedDate
(Date createdDate) setUpdatedDate
(Date updatedDate) Methods inherited from class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
active, directoryId, displayName, emailAddress, externalId, firstName, lastName, name
-
Constructor Details
-
Builder
-
-
Method Details
-
setAttributes
public ImmutableTimestampedUserWithAttributes.Builder setAttributes(Map<String, Set<String>> attributes) -
setCreatedDate
-
setUpdatedDate
-
build
- Specified by:
build
in classBaseImmutableUser.Builder<ImmutableTimestampedUserWithAttributes>
-