public static interface AnalyticsSessionResult.Builder extends SdkPojo, CopyableBuilder<AnalyticsSessionResult.Builder,AnalyticsSessionResult>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSessionResult.Builder |
binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult.Builder |
binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult.Builder |
binKeys(Consumer<AnalyticsBinKey.Builder>... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsSessionResult.Builder |
groupByKeys(AnalyticsSessionGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsSessionResult.Builder |
groupByKeys(Collection<AnalyticsSessionGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsSessionResult.Builder |
groupByKeys(Consumer<AnalyticsSessionGroupByKey.Builder>... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
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.
|
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.
|
AnalyticsSessionResult.Builder |
metricsResults(Consumer<AnalyticsSessionMetricResult.Builder>... 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsSessionResult.Builder binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
binKeys - A list of objects containing the criteria you requested for binning results and the values of the
bins.AnalyticsSessionResult.Builder binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
binKeys - A list of objects containing the criteria you requested for binning results and the values of the
bins.AnalyticsSessionResult.Builder binKeys(Consumer<AnalyticsBinKey.Builder>... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
This is a convenience method that creates an instance of theAnalyticsBinKey.Builder avoiding the need to create
one manually via AnalyticsBinKey.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #binKeys(List.
binKeys - a consumer that will call methods on
AnalyticsBinKey.Builder#binKeys(java.util.Collection) AnalyticsSessionResult.Builder groupByKeys(Collection<AnalyticsSessionGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the
bins.AnalyticsSessionResult.Builder groupByKeys(AnalyticsSessionGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
groupByKeys - A list of objects containing the criteria you requested for grouping results and the values of the
bins.AnalyticsSessionResult.Builder groupByKeys(Consumer<AnalyticsSessionGroupByKey.Builder>... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
This is a convenience method that creates an instance of theAnalyticsSessionGroupByKey.Builder avoiding the
need to create one manually via
AnalyticsSessionGroupByKey.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #groupByKeys(List.
groupByKeys - a consumer that will call methods on
AnalyticsSessionGroupByKey.Builder#groupByKeys(java.util.Collection) 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.
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.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.
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.AnalyticsSessionResult.Builder metricsResults(Consumer<AnalyticsSessionMetricResult.Builder>... 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.
This is a convenience method that creates an instance of theAnalyticsSessionMetricResult.Builder avoiding the
need to create one manually via
AnalyticsSessionMetricResult.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #metricsResults(List.
metricsResults - a consumer that will call methods on
AnalyticsSessionMetricResult.Builder#metricsResults(java.util.Collection) Copyright © 2023. All rights reserved.