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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #groupedBys(List) .groupedBys - a consumer that will call methods on List.Builder #groupedBys(List) 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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #values(List) .values - a consumer that will call methods on List.Builder #values(List) Copyright © 2019. All rights reserved.