public interface SearchSort extends Expandable<SearchSort>
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
SearchSort.Order
Enum defining the types of ordering supported. 
 | 
static class  | 
SearchSort.Type  | 
| Modifier and Type | Method and Description | 
|---|---|
default SearchSort | 
expand()
Expand this query/filter into a composite query/filter (that composes others). 
 | 
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.default SearchSort expand()
Expandableexpand in interface Expandable<SearchSort>Copyright © 2003–2022 Atlassian. All rights reserved.