Class EventAnalyticsReportRequest.GroupByHolder

    • Method Detail

      • getGroupByType

        public String getGroupByType()
        Returns the groupByType.
        Returns:
        the groupByType
        Since:
        11.0.0
      • getField

        public DocumentTypeField getField()
        Returns the field.
        Returns:
        the field
        Since:
        11.0.0
      • getTranslateFunc

        public java.util.function.Function<Object,​String> getTranslateFunc()
        Returns the translateFunc.
        Returns:
        the translateFunc
        Since:
        11.0.0
      • isUserAttributeField

        public boolean isUserAttributeField()
        Returns the flag isUserAttributeField
        Returns:
        the flag isUserAttributeField
        Since:
        11.2.0
      • isShowConsolidated

        public boolean isShowConsolidated()
        Returns the flag showConsolidated.
        Returns:
        the flag showConsolidated.
        Since:
        12.1.0
      • isInsideNested

        public boolean isInsideNested()
        Returns whether the group by is of a field that is inside a nested object.
        Returns:
        whether the group by is of a field that is inside a nested object.
        Since:
        14.0.0