| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient.request | |
| uk.co.visalia.brightpearl.apiclient.search |
| Modifier and Type | Method and Description |
|---|---|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceSearchRequestBuilder<T> |
ServiceSearchRequestBuilder.withAddedSort(String column,
SortDirection direction)
Add an additional column sort to be applied to the search.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceSearchRequestBuilder<T> |
ServiceSearchRequestBuilder.withSorts(Map<String,SortDirection> sorts)
Set the sort columns and directions, replacing any previously added.
|
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
SearchSort.getDirection() |
Copyright © 2014. All Rights Reserved.