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