| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.common.constants.enums | |
| de.captaingoldfish.scim.sdk.common.request |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.getByValue(String sortOrder)
tries to get the correct sortOrder value by the given value
|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRequest.setSortOrder(SortOrder sortOrder)
A string indicating the order in which the "sortBy" parameter is applied.
|
| Constructor and Description |
|---|
SearchRequest(Long startIndex,
Integer count,
String filter,
String sortBy,
SortOrder sortOrder,
String attributes,
String excludedAttributes) |
Copyright © 2020. All rights reserved.