Package | Description |
---|---|
org.forgerock.json.resource |
Modifier and Type | Method and Description |
---|---|
static SortKey |
SortKey.ascendingOrder(JsonPointer field)
Creates a new ascending-order sort key for the provided JSON field.
|
static SortKey |
SortKey.ascendingOrder(String field)
Creates a new ascending-order sort key for the provided JSON field.
|
static SortKey |
SortKey.descendingOrder(JsonPointer field)
Creates a new descending-order sort key for the provided JSON field.
|
static SortKey |
SortKey.descendingOrder(String field)
Creates a new descending-order sort key for the provided JSON field.
|
static SortKey |
SortKey.reverseOrder(SortKey key)
Creates a new sort key having the same field as the provided key, but in
reverse sort order.
|
static SortKey |
SortKey.valueOf(String s)
Parses the provided string as a sort key.
|
Modifier and Type | Method and Description |
---|---|
List<SortKey> |
QueryRequest.getSortKeys()
Returns the sort keys which should be used for ordering the JSON resources returned by this query request.
|
Modifier and Type | Method and Description |
---|---|
QueryRequest |
QueryRequest.addSortKey(SortKey... keys)
Adds one or more sort keys which will be used for ordering the JSON resources returned by this query request.
|
static SortKey |
SortKey.reverseOrder(SortKey key)
Creates a new sort key having the same field as the provided key, but in
reverse sort order.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.