| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableScimEmail
Immutable implementation of
ScimEmail. |
| Modifier and Type | Method and Description |
|---|---|
List<ScimEmail> |
ImmutableScimUser.getEmails() |
abstract List<ScimEmail> |
ScimUser.getEmails() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimUser.Builder |
ImmutableScimUser.Builder.addEmails(ScimEmail... elements)
Adds elements to
emails list. |
ImmutableScimUser.Builder |
ImmutableScimUser.Builder.addEmails(ScimEmail element)
Adds one element to
emails list. |
static ImmutableScimEmail |
ImmutableScimEmail.copyOf(ScimEmail instance)
Creates an immutable copy of a
ScimEmail value. |
ImmutableScimEmail.Builder |
ImmutableScimEmail.Builder.from(ScimEmail instance)
Fill a builder with attribute values from the provided
ScimEmail instance. |
ImmutableScimUser |
ImmutableScimUser.withEmails(ScimEmail... elements)
Copy the current immutable object with elements that replace the content of
emails. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimUser.Builder |
ImmutableScimUser.Builder.addAllEmails(Iterable<? extends ScimEmail> elements)
Adds elements to
emails list. |
ImmutableScimUser |
ImmutableScimUser.withEmails(Iterable<? extends ScimEmail> elements)
Copy the current immutable object with elements that replace the content of
emails. |
ImmutableScimUser.Builder |
ImmutableScimUser.Builder.withEmails(Iterable<? extends ScimEmail> elements)
Sets or replaces all elements for
emails list. |
Copyright © 2016 Atlassian. All rights reserved.