public static interface ComboChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<ComboChartAggregatedFieldWells.Builder,ComboChartAggregatedFieldWells>
| Modifier and Type | Method and Description |
|---|---|
ComboChartAggregatedFieldWells.Builder |
barValues(Collection<MeasureField> barValues)
The aggregated
BarValues field well of a combo chart. |
ComboChartAggregatedFieldWells.Builder |
barValues(Consumer<MeasureField.Builder>... barValues)
The aggregated
BarValues field well of a combo chart. |
ComboChartAggregatedFieldWells.Builder |
barValues(MeasureField... barValues)
The aggregated
BarValues field well of a combo chart. |
ComboChartAggregatedFieldWells.Builder |
category(Collection<DimensionField> category)
The aggregated category field wells of a combo chart.
|
ComboChartAggregatedFieldWells.Builder |
category(Consumer<DimensionField.Builder>... category)
The aggregated category field wells of a combo chart.
|
ComboChartAggregatedFieldWells.Builder |
category(DimensionField... category)
The aggregated category field wells of a combo chart.
|
ComboChartAggregatedFieldWells.Builder |
colors(Collection<DimensionField> colors)
The aggregated colors field well of a combo chart.
|
ComboChartAggregatedFieldWells.Builder |
colors(Consumer<DimensionField.Builder>... colors)
The aggregated colors field well of a combo chart.
|
ComboChartAggregatedFieldWells.Builder |
colors(DimensionField... colors)
The aggregated colors field well of a combo chart.
|
ComboChartAggregatedFieldWells.Builder |
lineValues(Collection<MeasureField> lineValues)
The aggregated
LineValues field well of a combo chart. |
ComboChartAggregatedFieldWells.Builder |
lineValues(Consumer<MeasureField.Builder>... lineValues)
The aggregated
LineValues field well of a combo chart. |
ComboChartAggregatedFieldWells.Builder |
lineValues(MeasureField... lineValues)
The aggregated
LineValues field well of a combo chart. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComboChartAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The aggregated category field wells of a combo chart.
category - The aggregated category field wells of a combo chart.ComboChartAggregatedFieldWells.Builder category(DimensionField... category)
The aggregated category field wells of a combo chart.
category - The aggregated category field wells of a combo chart.ComboChartAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The aggregated category field wells of a combo 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) ComboChartAggregatedFieldWells.Builder barValues(Collection<MeasureField> barValues)
The aggregated BarValues field well of a combo chart.
barValues - The aggregated BarValues field well of a combo chart.ComboChartAggregatedFieldWells.Builder barValues(MeasureField... barValues)
The aggregated BarValues field well of a combo chart.
barValues - The aggregated BarValues field well of a combo chart.ComboChartAggregatedFieldWells.Builder barValues(Consumer<MeasureField.Builder>... barValues)
The aggregated BarValues field well of a combo chart.
MeasureField.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 #barValues(List.
barValues - a consumer that will call methods on
MeasureField.Builder#barValues(java.util.Collection) ComboChartAggregatedFieldWells.Builder colors(Collection<DimensionField> colors)
The aggregated colors field well of a combo chart.
colors - The aggregated colors field well of a combo chart.ComboChartAggregatedFieldWells.Builder colors(DimensionField... colors)
The aggregated colors field well of a combo chart.
colors - The aggregated colors field well of a combo chart.ComboChartAggregatedFieldWells.Builder colors(Consumer<DimensionField.Builder>... colors)
The aggregated colors field well of a combo 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 #colors(List.
colors - a consumer that will call methods on
DimensionField.Builder#colors(java.util.Collection) ComboChartAggregatedFieldWells.Builder lineValues(Collection<MeasureField> lineValues)
The aggregated LineValues field well of a combo chart.
lineValues - The aggregated LineValues field well of a combo chart.ComboChartAggregatedFieldWells.Builder lineValues(MeasureField... lineValues)
The aggregated LineValues field well of a combo chart.
lineValues - The aggregated LineValues field well of a combo chart.ComboChartAggregatedFieldWells.Builder lineValues(Consumer<MeasureField.Builder>... lineValues)
The aggregated LineValues field well of a combo chart.
MeasureField.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 #lineValues(List.
lineValues - a consumer that will call methods on
MeasureField.Builder#lineValues(java.util.Collection) Copyright © 2023. All rights reserved.