| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimGroupListResponse |
ImmutableScimGroupListResponse.Builder.build()
Builds a new
ImmutableScimGroupListResponse. |
static ImmutableScimGroupListResponse |
ImmutableScimGroupListResponse.copyOf(ScimGroupListResponse instance)
Creates an immutable copy of a
ScimGroupListResponse value. |
ImmutableScimGroupListResponse |
ImmutableScimGroupListResponse.withItemsPerPage(Integer value)
Copy the current immutable object by setting a value for the
itemsPerPage attribute. |
ImmutableScimGroupListResponse |
ImmutableScimGroupListResponse.withResources(Iterable<? extends ScimGroup> elements)
Copy the current immutable object with elements that replace the content of
resources. |
ImmutableScimGroupListResponse |
ImmutableScimGroupListResponse.withResources(ScimGroup... elements)
Copy the current immutable object with elements that replace the content of
resources. |
ImmutableScimGroupListResponse |
ImmutableScimGroupListResponse.withSchemas(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
schemas. |
ImmutableScimGroupListResponse |
ImmutableScimGroupListResponse.withSchemas(String... elements)
Copy the current immutable object with elements that replace the content of
schemas. |
ImmutableScimGroupListResponse |
ImmutableScimGroupListResponse.withStartIndex(Integer value)
Copy the current immutable object by setting a value for the
startIndex attribute. |
ImmutableScimGroupListResponse |
ImmutableScimGroupListResponse.withTotalResults(Integer value)
Copy the current immutable object by setting a value for the
totalResults attribute. |
Copyright © 2016 Atlassian. All rights reserved.