@PublicApi public interface OrderBy extends Serializable
ascending or
descending order. The actual sort is made up of a list of
(field, order) pair(s). Each of the pair is represented by a SearchSort object.| Modifier and Type | Method and Description |
|---|---|
List<SearchSort> |
getSearchSorts() |
@Nonnull List<SearchSort> getSearchSorts()
Copyright © 2002-2024 Atlassian. All Rights Reserved.