Class ReportGroupingCriterion


  • public class ReportGroupingCriterion
    extends java.lang.Object
    Represents a grouping criterion for a report.
    • Constructor Detail

      • ReportGroupingCriterion

        public ReportGroupingCriterion()
    • Method Detail

      • getSortingDirection

        public SortDirection getSortingDirection()
        Gets the sorting direction within the group.
        Returns:
        the sorting direction
      • setSortingDirection

        public ReportGroupingCriterion setSortingDirection​(SortDirection sortingDirection)
        Sets the sorting direction within the group.
        Parameters:
        sortingDirection - the sorting direction
      • getIsExpanded

        public java.lang.Boolean getIsExpanded()
        Gets whether the group is expanded in the UI.
        Returns:
        true if expanded, false otherwise
      • setIsExpanded

        public ReportGroupingCriterion setIsExpanded​(java.lang.Boolean isExpanded)
        Sets whether the group is expanded in the UI.
        Parameters:
        isExpanded - true if expanded, false otherwise