ImmutableUaaUser |
ImmutableUaaUser.Builder.build() |
|
static ImmutableUaaUser |
ImmutableUaaUser.copyOf(UaaUser instance) |
Creates an immutable copy of a UaaUser value.
|
ImmutableUaaUser |
ImmutableUaaUser.withActive(Boolean value) |
Copy the current immutable object by setting a value for the active attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withApprovals(UaaUser.Approval... elements) |
Copy the current immutable object with elements that replace the content of approvals.
|
ImmutableUaaUser |
ImmutableUaaUser.withApprovals(Iterable<? extends UaaUser.Approval> elements) |
Copy the current immutable object with elements that replace the content of approvals.
|
ImmutableUaaUser |
ImmutableUaaUser.withEmails(UaaUser.Email... elements) |
Copy the current immutable object with elements that replace the content of emails.
|
ImmutableUaaUser |
ImmutableUaaUser.withEmails(Iterable<? extends UaaUser.Email> elements) |
Copy the current immutable object with elements that replace the content of emails.
|
ImmutableUaaUser |
ImmutableUaaUser.withExternalId(String value) |
Copy the current immutable object by setting a value for the externalId attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withGroups(UaaUser.Group... elements) |
Copy the current immutable object with elements that replace the content of groups.
|
ImmutableUaaUser |
ImmutableUaaUser.withGroups(Iterable<? extends UaaUser.Group> elements) |
Copy the current immutable object with elements that replace the content of groups.
|
ImmutableUaaUser |
ImmutableUaaUser.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withLastLogonTime(Long value) |
Copy the current immutable object by setting a value for the lastLogonTime attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withMeta(UaaMeta value) |
Copy the current immutable object by setting a value for the meta attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withName(UaaUser.Name value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withOrigin(String value) |
Copy the current immutable object by setting a value for the origin attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withPasswordLastModified(OffsetDateTime value) |
|
ImmutableUaaUser |
ImmutableUaaUser.withPreviousLogonTime(Long value) |
Copy the current immutable object by setting a value for the previousLogonTime attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withSchemas(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of schemas.
|
ImmutableUaaUser |
ImmutableUaaUser.withSchemas(String... elements) |
Copy the current immutable object with elements that replace the content of schemas.
|
ImmutableUaaUser |
ImmutableUaaUser.withUserName(String value) |
Copy the current immutable object by setting a value for the userName attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withVerified(Boolean value) |
Copy the current immutable object by setting a value for the verified attribute.
|
ImmutableUaaUser |
ImmutableUaaUser.withZoneId(String value) |
Copy the current immutable object by setting a value for the zoneId attribute.
|