public static interface BaseKpiResult.Builder extends SdkPojo, CopyableBuilder<BaseKpiResult.Builder,BaseKpiResult>
| Modifier and Type | Method and Description |
|---|---|
BaseKpiResult.Builder |
rows(Collection<ResultRow> rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application, campaign, or journey.
|
BaseKpiResult.Builder |
rows(Consumer<ResultRow.Builder>... rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application, campaign, or journey.
|
BaseKpiResult.Builder |
rows(ResultRow... rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application, campaign, or journey.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBaseKpiResult.Builder rows(Collection<ResultRow> rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
rows - An array of objects that provides the results of a query that retrieved the data for a standard metric
that applies to an application, campaign, or journey.BaseKpiResult.Builder rows(ResultRow... rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
rows - An array of objects that provides the results of a query that retrieved the data for a standard metric
that applies to an application, campaign, or journey.BaseKpiResult.Builder rows(Consumer<ResultRow.Builder>... rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
This is a convenience method that creates an instance of theResultRow.Builder avoiding the need to create one
manually via ResultRow.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #rows(List.
rows - a consumer that will call methods on
ResultRow.Builder#rows(java.util.Collection) Copyright © 2022. All rights reserved.