| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimUser |
ImmutableScimUser.Builder.build()
Builds a new
ImmutableScimUser. |
static ImmutableScimUser |
ImmutableScimUser.copyOf(ScimUser instance)
Creates an immutable copy of a
ScimUser value. |
ImmutableScimUser |
ImmutableScimUser.withActive(Boolean value)
Copy the current immutable object by setting a value for the
active attribute. |
ImmutableScimUser |
ImmutableScimUser.withAtlassianScimExtension(AtlassianScimExtension value)
Copy the current immutable object by setting a value for the
atlassianScimExtension attribute. |
ImmutableScimUser |
ImmutableScimUser.withDisplayName(String value)
Copy the current immutable object by setting a value for the
displayName attribute. |
ImmutableScimUser |
ImmutableScimUser.withEmails(Iterable<? extends ScimEmail> elements)
Copy the current immutable object with elements that replace the content of
emails. |
ImmutableScimUser |
ImmutableScimUser.withEmails(ScimEmail... elements)
Copy the current immutable object with elements that replace the content of
emails. |
ImmutableScimUser |
ImmutableScimUser.withGroups(Iterable<? extends ScimGroupForUser> elements)
Copy the current immutable object with elements that replace the content of
groups. |
ImmutableScimUser |
ImmutableScimUser.withGroups(ScimGroupForUser... elements)
Copy the current immutable object with elements that replace the content of
groups. |
ImmutableScimUser |
ImmutableScimUser.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableScimUser |
ImmutableScimUser.withLocale(String value)
Copy the current immutable object by setting a value for the
locale attribute. |
ImmutableScimUser |
ImmutableScimUser.withMeta(ScimMeta value)
Copy the current immutable object by setting a value for the
meta attribute. |
ImmutableScimUser |
ImmutableScimUser.withName(ScimName value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableScimUser |
ImmutableScimUser.withNickName(String value)
Copy the current immutable object by setting a value for the
nickName attribute. |
ImmutableScimUser |
ImmutableScimUser.withPhoneNumbers(Iterable<? extends ScimPhoneNumber> elements)
Copy the current immutable object with elements that replace the content of
phoneNumbers. |
ImmutableScimUser |
ImmutableScimUser.withPhoneNumbers(ScimPhoneNumber... elements)
Copy the current immutable object with elements that replace the content of
phoneNumbers. |
ImmutableScimUser |
ImmutableScimUser.withPreferredLanguage(String value)
Copy the current immutable object by setting a value for the
preferredLanguage attribute. |
ImmutableScimUser |
ImmutableScimUser.withProfileUrl(String value)
Copy the current immutable object by setting a value for the
profileUrl attribute. |
ImmutableScimUser |
ImmutableScimUser.withSchemas(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
schemas. |
ImmutableScimUser |
ImmutableScimUser.withSchemas(String... elements)
Copy the current immutable object with elements that replace the content of
schemas. |
ImmutableScimUser |
ImmutableScimUser.withTimezone(String value)
Copy the current immutable object by setting a value for the
timezone attribute. |
ImmutableScimUser |
ImmutableScimUser.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableScimUser |
ImmutableScimUser.withUserName(String value)
Copy the current immutable object by setting a value for the
userName attribute. |
Copyright © 2016 Atlassian. All rights reserved.