Interface AnalyticsSessionResult.Builder

    • Method Detail

      • binKeys

        AnalyticsSessionResult.Builder binKeys​(Collection<AnalyticsBinKey> binKeys)

        A list of objects containing the criteria you requested for binning results and the values of the bins.

        Parameters:
        binKeys - A list of objects containing the criteria you requested for binning results and the values of the bins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • binKeys

        AnalyticsSessionResult.Builder binKeys​(AnalyticsBinKey... binKeys)

        A list of objects containing the criteria you requested for binning results and the values of the bins.

        Parameters:
        binKeys - A list of objects containing the criteria you requested for binning results and the values of the bins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupByKeys

        AnalyticsSessionResult.Builder groupByKeys​(Collection<AnalyticsSessionGroupByKey> groupByKeys)

        A list of objects containing the criteria you requested for grouping results and the values of the bins.

        Parameters:
        groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the bins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupByKeys

        AnalyticsSessionResult.Builder groupByKeys​(AnalyticsSessionGroupByKey... groupByKeys)

        A list of objects containing the criteria you requested for grouping results and the values of the bins.

        Parameters:
        groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the bins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricsResults

        AnalyticsSessionResult.Builder metricsResults​(Collection<AnalyticsSessionMetricResult> metricsResults)

        A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.

        Parameters:
        metricsResults - A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricsResults

        AnalyticsSessionResult.Builder metricsResults​(AnalyticsSessionMetricResult... metricsResults)

        A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.

        Parameters:
        metricsResults - A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.