| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimGroup |
ImmutableScimGroup.Builder.build()
Builds a new
ImmutableScimGroup. |
static ImmutableScimGroup |
ImmutableScimGroup.copyOf(ScimGroup instance)
Creates an immutable copy of a
ScimGroup value. |
static ImmutableScimGroup |
ImmutableScimGroup.of(Iterable<String> schemas,
String id,
String displayName,
Iterable<? extends ScimGroupMember> members,
ScimMeta meta,
AtlassianScimExtension atlassianScimExtension)
Construct a new immutable
ScimGroup instance. |
static ImmutableScimGroup |
ImmutableScimGroup.of(Set<String> schemas,
String id,
String displayName,
List<ScimGroupMember> members,
ScimMeta meta,
AtlassianScimExtension atlassianScimExtension)
Construct a new immutable
ScimGroup instance. |
ImmutableScimGroup |
ImmutableScimGroup.withAtlassianScimExtension(AtlassianScimExtension value)
Copy the current immutable object by setting a value for the
atlassianScimExtension attribute. |
ImmutableScimGroup |
ImmutableScimGroup.withDisplayName(String value)
Copy the current immutable object by setting a value for the
displayName attribute. |
ImmutableScimGroup |
ImmutableScimGroup.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableScimGroup |
ImmutableScimGroup.withMembers(Iterable<? extends ScimGroupMember> elements)
Copy the current immutable object with elements that replace the content of
members. |
ImmutableScimGroup |
ImmutableScimGroup.withMembers(ScimGroupMember... elements)
Copy the current immutable object with elements that replace the content of
members. |
ImmutableScimGroup |
ImmutableScimGroup.withMeta(ScimMeta value)
Copy the current immutable object by setting a value for the
meta attribute. |
ImmutableScimGroup |
ImmutableScimGroup.withSchemas(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
schemas. |
ImmutableScimGroup |
ImmutableScimGroup.withSchemas(String... elements)
Copy the current immutable object with elements that replace the content of
schemas. |
Copyright © 2016 Atlassian. All rights reserved.