public static interface TableAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<TableAggregatedFieldWells.Builder,TableAggregatedFieldWells>
| Modifier and Type | Method and Description |
|---|---|
TableAggregatedFieldWells.Builder |
groupBy(Collection<DimensionField> groupBy)
The group by field well for a pivot table.
|
TableAggregatedFieldWells.Builder |
groupBy(Consumer<DimensionField.Builder>... groupBy)
The group by field well for a pivot table.
|
TableAggregatedFieldWells.Builder |
groupBy(DimensionField... groupBy)
The group by field well for a pivot table.
|
TableAggregatedFieldWells.Builder |
values(Collection<MeasureField> values)
The values field well for a pivot table.
|
TableAggregatedFieldWells.Builder |
values(Consumer<MeasureField.Builder>... values)
The values field well for a pivot table.
|
TableAggregatedFieldWells.Builder |
values(MeasureField... values)
The values field well for a pivot table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableAggregatedFieldWells.Builder groupBy(Collection<DimensionField> groupBy)
The group by field well for a pivot table. Values are grouped by group by fields.
groupBy - The group by field well for a pivot table. Values are grouped by group by fields.TableAggregatedFieldWells.Builder groupBy(DimensionField... groupBy)
The group by field well for a pivot table. Values are grouped by group by fields.
groupBy - The group by field well for a pivot table. Values are grouped by group by fields.TableAggregatedFieldWells.Builder groupBy(Consumer<DimensionField.Builder>... groupBy)
The group by field well for a pivot table. Values are grouped by group by fields.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need to create
one manually via DimensionField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #groupBy(List.
groupBy - a consumer that will call methods on
DimensionField.Builder#groupBy(java.util.Collection) TableAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The values field well for a pivot table. Values are aggregated based on group by fields.
values - The values field well for a pivot table. Values are aggregated based on group by fields.TableAggregatedFieldWells.Builder values(MeasureField... values)
The values field well for a pivot table. Values are aggregated based on group by fields.
values - The values field well for a pivot table. Values are aggregated based on group by fields.TableAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The values field well for a pivot table. Values are aggregated based on group by fields.
This is a convenience method that creates an instance of theMeasureField.Builder avoiding the need to create one
manually via MeasureField.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
MeasureField.Builder#values(java.util.Collection) Copyright © 2023. All rights reserved.