public class FullnameSort extends AbstractSort
SearchSort.Order, SearchSort.Type| Modifier and Type | Field and Description |
|---|---|
static FullnameSort |
ASCENDING
Sorts by fullname (ascending)
|
static FullnameSort |
DEFAULT
Sorts by fullname (defaults to ascending order)
|
static FullnameSort |
DESCENDING
Sorts by fullname (descending)
|
static String |
KEY |
| Constructor and Description |
|---|
FullnameSort(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 FullnameSort DESCENDING
public static final FullnameSort ASCENDING
public static final FullnameSort DEFAULT
public FullnameSort(SearchSort.Order order)
public SearchSort expand()
ExpandableCopyright © 2003–2019 Atlassian. All rights reserved.