public class CreatedSort extends AbstractSort
SearchSort.Order, SearchSort.Type| Modifier and Type | Field and Description |
|---|---|
static CreatedSort |
ASCENDING
Sorts by created date (ascending)
|
static CreatedSort |
DEFAULT
Sorts by created date (defaults to descending order)
|
static CreatedSort |
DESCENDING
Sorts by created date (descending)
|
static String |
KEY |
| Constructor and Description |
|---|
CreatedSort(SearchSort.Order order) |
| Modifier and Type | Method and Description |
|---|---|
SearchSort |
expand()
Expand this query/filter into a composite query/filter (that composes others).
|
equals, getKey, getOrder, hashCodepublic static final String KEY
public static final CreatedSort DESCENDING
public static final CreatedSort ASCENDING
public static final CreatedSort DEFAULT
public CreatedSort(SearchSort.Order order)
public SearchSort expand()
ExpandableCopyright © 2003–2020 Atlassian. All rights reserved.