public static interface PivotTableAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<PivotTableAggregatedFieldWells.Builder,PivotTableAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableAggregatedFieldWells.Builder rows(Collection<DimensionField> rows)
The rows field well for a pivot table. Values are grouped by rows fields.
rows - The rows field well for a pivot table. Values are grouped by rows fields.PivotTableAggregatedFieldWells.Builder rows(DimensionField... rows)
The rows field well for a pivot table. Values are grouped by rows fields.
rows - The rows field well for a pivot table. Values are grouped by rows fields.PivotTableAggregatedFieldWells.Builder rows(Consumer<DimensionField.Builder>... rows)
The rows field well for a pivot table. Values are grouped by rows 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 #rows(List.
rows - a consumer that will call methods on
DimensionField.Builder#rows(java.util.Collection) PivotTableAggregatedFieldWells.Builder columns(Collection<DimensionField> columns)
The columns field well for a pivot table. Values are grouped by columns fields.
columns - The columns field well for a pivot table. Values are grouped by columns fields.PivotTableAggregatedFieldWells.Builder columns(DimensionField... columns)
The columns field well for a pivot table. Values are grouped by columns fields.
columns - The columns field well for a pivot table. Values are grouped by columns fields.PivotTableAggregatedFieldWells.Builder columns(Consumer<DimensionField.Builder>... columns)
The columns field well for a pivot table. Values are grouped by columns 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 #columns(List.
columns - a consumer that will call methods on
DimensionField.Builder#columns(java.util.Collection) PivotTableAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The values field well for a pivot table. Values are aggregated based on rows and columns fields.
values - The values field well for a pivot table. Values are aggregated based on rows and columns fields.PivotTableAggregatedFieldWells.Builder values(MeasureField... values)
The values field well for a pivot table. Values are aggregated based on rows and columns fields.
values - The values field well for a pivot table. Values are aggregated based on rows and columns fields.PivotTableAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The values field well for a pivot table. Values are aggregated based on rows and columns 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.