public interface SearchSort
Modifier and Type | Interface and Description |
---|---|
static class |
SearchSort.Order
Enum defining the types of ordering supported.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets the key that uniquely identifies this sort method.
|
SearchSort.Order |
getOrder()
Returns the order (whether
SearchSort.Order.ASCENDING or SearchSort.Order.DESCENDING ) of the sort. |
String getKey()
SearchSort.Order getOrder()
SearchSort.Order.ASCENDING
or SearchSort.Order.DESCENDING
) of the sort.SearchSort.Order.ASCENDING
or SearchSort.Order.DESCENDING
) of the sort.Copyright © 2003–2018 Atlassian. All rights reserved.