public static interface ResultRow.Builder extends SdkPojo, CopyableBuilder<ResultRow.Builder,ResultRow>
| Modifier and Type | Method and Description |
|---|---|
ResultRow.Builder |
groupedBys(Collection<ResultRowValue> groupedBys)
An array of objects that defines the field and field values that were used to group data in a result set that
contains multiple results.
|
ResultRow.Builder |
groupedBys(Consumer<ResultRowValue.Builder>... groupedBys)
An array of objects that defines the field and field values that were used to group data in a result set that
contains multiple results.
|
ResultRow.Builder |
groupedBys(ResultRowValue... groupedBys)
An array of objects that defines the field and field values that were used to group data in a result set that
contains multiple results.
|
ResultRow.Builder |
values(Collection<ResultRowValue> values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application,
campaign, or journey.
|
ResultRow.Builder |
values(Consumer<ResultRowValue.Builder>... values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application,
campaign, or journey.
|
ResultRow.Builder |
values(ResultRowValue... values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application,
campaign, or journey.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResultRow.Builder groupedBys(Collection<ResultRowValue> groupedBys)
An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped.
groupedBys - An array of objects that defines the field and field values that were used to group data in a result
set that contains multiple results. This value is null if the data in a result set isn’t grouped.ResultRow.Builder groupedBys(ResultRowValue... groupedBys)
An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped.
groupedBys - An array of objects that defines the field and field values that were used to group data in a result
set that contains multiple results. This value is null if the data in a result set isn’t grouped.ResultRow.Builder groupedBys(Consumer<ResultRowValue.Builder>... groupedBys)
An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped.
This is a convenience method that creates an instance of theResultRowValue.Builder avoiding the need to create one
manually via ResultRowValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #groupedBys(List.
groupedBys - a consumer that will call methods on
ResultRowValue.Builder#groupedBys(java.util.Collection) ResultRow.Builder values(Collection<ResultRowValue> values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.
values - An array of objects that provides pre-aggregated values for a standard metric that applies to an
application, campaign, or journey.ResultRow.Builder values(ResultRowValue... values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.
values - An array of objects that provides pre-aggregated values for a standard metric that applies to an
application, campaign, or journey.ResultRow.Builder values(Consumer<ResultRowValue.Builder>... values)
An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.
This is a convenience method that creates an instance of theResultRowValue.Builder avoiding the need to create one
manually via ResultRowValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #values(List.
values - a consumer that will call methods on
ResultRowValue.Builder#values(java.util.Collection) Copyright © 2022. All rights reserved.