Class OrderByRequest<T>

java.lang.Object
com.atlassian.jira.util.OrderByRequest<T>
Type Parameters:
T - type of the field that we can order by (String or Enum make most sense here).

@PublicApi public final class OrderByRequest<T> extends Object
Represents an "order by" request. The request consists of a field to sort by and an ordering direction (ascending or descending).

Note that this has nothing to do with JQL. This class is used in some service methods which provide ordering of their results.

Since:
6.4.7