| Package | Description |
|---|---|
| io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
| Modifier and Type | Method and Description |
|---|---|
static QuerySortDirection |
QuerySortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuerySortDirection[] |
QuerySortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QuerySort<T> |
DirectionlessQuerySort.by(QuerySortDirection direction) |
| Constructor and Description |
|---|
SphereQuerySort(QueryModel<T> path,
QuerySortDirection direction) |