Package com.pullreports.export.request
Class Sort
Object
com.pullreports.export.request.Sort
A Sort represents one term within the semicolon list of column resource
paths (e.g. /tableId@columnId) plus direction term (e.g. asc vs. desc) within
the REST API sort parameter or report catalog <export_config> defaultSort attribute.
-
Constructor Summary
ConstructorDescriptionCreates a new Sort withSortDirection.ASC
.Sort
(Column column, SortDirection direction) Sort
(Column column, SortDirection direction, String originalTerm) -
Method Summary
-
Constructor Details
-
Sort
Creates a new Sort withSortDirection.ASC
.- Parameters:
column
- the column for which to sort ascending.
-
Sort
-
Sort
- Parameters:
column
- The column of the SortTerm.direction
- The direction of the sort.originalTerm
- The original SortTerm string representation within either the sort parameter or <export_config> defaultSort attribute.
-
-
Method Details