| Package | Description |
|---|---|
| com.flowthings.client |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SortType> |
QueryOptions.sorts |
| Modifier and Type | Method and Description |
|---|---|
static SortType |
SortType.fromString(String s) |
static SortType |
SortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
SortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryOptions |
QueryOptions.sort(String sort,
SortType sortType)
The order in which to sort the results
|
Copyright © 2015. All rights reserved.