public static interface PieChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<PieChartAggregatedFieldWells.Builder,PieChartAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPieChartAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The category (group/color) field wells of a pie chart.
category - The category (group/color) field wells of a pie chart.PieChartAggregatedFieldWells.Builder category(DimensionField... category)
The category (group/color) field wells of a pie chart.
category - The category (group/color) field wells of a pie chart.PieChartAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The category (group/color) field wells of a pie chart.
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 #category(List.
category - a consumer that will call methods on
DimensionField.Builder#category(java.util.Collection) PieChartAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The value field wells of a pie chart. Values are aggregated based on categories.
values - The value field wells of a pie chart. Values are aggregated based on categories.PieChartAggregatedFieldWells.Builder values(MeasureField... values)
The value field wells of a pie chart. Values are aggregated based on categories.
values - The value field wells of a pie chart. Values are aggregated based on categories.PieChartAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The value field wells of a pie chart. Values are aggregated based on categories.
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) PieChartAggregatedFieldWells.Builder smallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a pie chart.
smallMultiples - The small multiples field well of a pie chart.PieChartAggregatedFieldWells.Builder smallMultiples(DimensionField... smallMultiples)
The small multiples field well of a pie chart.
smallMultiples - The small multiples field well of a pie chart.PieChartAggregatedFieldWells.Builder smallMultiples(Consumer<DimensionField.Builder>... smallMultiples)
The small multiples field well of a pie chart.
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 #smallMultiples(List.
smallMultiples - a consumer that will call methods on
DimensionField.Builder#smallMultiples(java.util.Collection) Copyright © 2023. All rights reserved.