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