Package | Description |
---|---|
io.sphere.sdk.search |
Provides types to perform searches.
|
io.sphere.sdk.search.model |
Models to support using search endpoints.
|
Modifier and Type | Method and Description |
---|---|
static SearchSortDirection |
SearchSortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchSortDirection[] |
SearchSortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SortExpression<T> |
SortSearchModel.by(SearchSortDirection direction) |