Class DefaultSortTerm
Object
com.pullreports.model.exportconfig.DefaultSortTerm
A DefaultSortTerm represents one sort term by which to order export results when requests to the
Pull Reports Export Report REST API
does not specify a
sort parameter.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSortTerm(ColumnId columnId) Constructs a DefaultSortTerm with the default direction ofSortDirection.ASC.DefaultSortTerm(ColumnId columnId, SortDirection direction) -
Method Summary
-
Constructor Details
-
DefaultSortTerm
Constructs a DefaultSortTerm with the default direction ofSortDirection.ASC.- Parameters:
columnId- The ColumnId to a column within theReportConfiguration's baseTableConfiguration.
-
DefaultSortTerm
- Parameters:
columnId- The ColumnId to a column within theReportConfiguration's baseTableConfiguration.direction- of the direction of the sort.
-
-
Method Details