| Package | Description |
|---|---|
| com.atlassian.idp.model |
| Modifier and Type | Method and Description |
|---|---|
static ScimSortOrder |
ScimSortOrder.fromString(String value) |
ScimSortOrder |
ImmutableScimSearchRequest.getSortOrder() |
abstract ScimSortOrder |
ScimSearchRequest.getSortOrder() |
static ScimSortOrder |
ScimSortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScimSortOrder[] |
ScimSortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableScimSearchRequest |
ImmutableScimSearchRequest.withSortOrder(ScimSortOrder value)
Copy the current immutable object by setting a value for the
sortOrder attribute. |
ImmutableScimSearchRequest.Builder |
ImmutableScimSearchRequest.Builder.withSortOrder(ScimSortOrder sortOrder)
Initializes the value for the
sortOrder attribute. |
Copyright © 2016 Atlassian. All rights reserved.