Class EventAnalyticsReportRequest.GroupByHolder

    • Constructor Detail

      • GroupByHolder

        public GroupByHolder​(java.lang.String groupByType,
                             DocumentTypeField field,
                             ISubAggregationAwareAggregation aggregation,
                             java.util.function.Function<java.lang.Object,​java.lang.String> translateFunc,
                             boolean isUserAttributeField,
                             boolean isShowConsolidated,
                             boolean isInsideNested)
      • GroupByHolder

        public GroupByHolder​(java.lang.String groupByType,
                             DocumentTypeField field,
                             ISubAggregationAwareAggregation aggregation,
                             java.util.function.Function<java.lang.Object,​java.lang.String> translateFunc,
                             boolean isUserAttributeField,
                             boolean isShowConsolidated)
      • GroupByHolder

        public GroupByHolder​(java.lang.String groupByType,
                             DocumentTypeField field,
                             ISubAggregationAwareAggregation aggregation,
                             boolean isShowConsolidated,
                             java.util.function.Function<java.lang.Object,​java.lang.String> translateFunc)
      • GroupByHolder

        public GroupByHolder​(java.lang.String groupByType,
                             DocumentTypeField field,
                             ISubAggregationAwareAggregation aggregation,
                             boolean isShowConsolidated,
                             java.util.function.Function<java.lang.Object,​java.lang.String> translateFunc,
                             boolean isInsideNested)
    • Method Detail

      • getGroupByType

        public java.lang.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<java.lang.Object,​java.lang.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