| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.Builder.build()
Builds a new
ImmutableScimSearchRequest. |
static ImmutableScimSearchRequest |
ImmutableScimSearchRequest.copyOf(ScimSearchRequest instance)
Creates an immutable copy of a
ScimSearchRequest value. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withAttributes(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
attributes. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withAttributes(String... elements)
Copy the current immutable object with elements that replace the content of
attributes. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withCount(Integer value)
Copy the current immutable object by setting a value for the
count attribute. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withExcludedAttributes(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
excludedAttributes. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withExcludedAttributes(String... elements)
Copy the current immutable object with elements that replace the content of
excludedAttributes. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withFilter(String value)
Copy the current immutable object by setting a value for the
filter attribute. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withSchemas(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
schemas. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withSchemas(String... elements)
Copy the current immutable object with elements that replace the content of
schemas. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withSortBy(String value)
Copy the current immutable object by setting a value for the
sortBy attribute. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withSortOrder(ScimSortOrder value)
Copy the current immutable object by setting a value for the
sortOrder attribute. |
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withStartIndex(Integer value)
Copy the current immutable object by setting a value for the
startIndex attribute. |
Copyright © 2016 Atlassian. All rights reserved.