public static interface RadarChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<RadarChartAggregatedFieldWells.Builder,RadarChartAggregatedFieldWells>
| Modifier and Type | Method and Description |
|---|---|
RadarChartAggregatedFieldWells.Builder |
category(Collection<DimensionField> category)
The aggregated field well categories of a radar chart.
|
RadarChartAggregatedFieldWells.Builder |
category(Consumer<DimensionField.Builder>... category)
The aggregated field well categories of a radar chart.
|
RadarChartAggregatedFieldWells.Builder |
category(DimensionField... category)
The aggregated field well categories of a radar chart.
|
RadarChartAggregatedFieldWells.Builder |
color(Collection<DimensionField> color)
The color that are assigned to the aggregated field wells of a radar chart.
|
RadarChartAggregatedFieldWells.Builder |
color(Consumer<DimensionField.Builder>... color)
The color that are assigned to the aggregated field wells of a radar chart.
|
RadarChartAggregatedFieldWells.Builder |
color(DimensionField... color)
The color that are assigned to the aggregated field wells of a radar chart.
|
RadarChartAggregatedFieldWells.Builder |
values(Collection<MeasureField> values)
The values that are assigned to the aggregated field wells of a radar chart.
|
RadarChartAggregatedFieldWells.Builder |
values(Consumer<MeasureField.Builder>... values)
The values that are assigned to the aggregated field wells of a radar chart.
|
RadarChartAggregatedFieldWells.Builder |
values(MeasureField... values)
The values that are assigned to the aggregated field wells of a radar chart.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRadarChartAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The aggregated field well categories of a radar chart.
category - The aggregated field well categories of a radar chart.RadarChartAggregatedFieldWells.Builder category(DimensionField... category)
The aggregated field well categories of a radar chart.
category - The aggregated field well categories of a radar chart.RadarChartAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The aggregated field well categories of a radar 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) RadarChartAggregatedFieldWells.Builder color(Collection<DimensionField> color)
The color that are assigned to the aggregated field wells of a radar chart.
color - The color that are assigned to the aggregated field wells of a radar chart.RadarChartAggregatedFieldWells.Builder color(DimensionField... color)
The color that are assigned to the aggregated field wells of a radar chart.
color - The color that are assigned to the aggregated field wells of a radar chart.RadarChartAggregatedFieldWells.Builder color(Consumer<DimensionField.Builder>... color)
The color that are assigned to the aggregated field wells of a radar 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 #color(List.
color - a consumer that will call methods on
DimensionField.Builder#color(java.util.Collection) RadarChartAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The values that are assigned to the aggregated field wells of a radar chart.
values - The values that are assigned to the aggregated field wells of a radar chart.RadarChartAggregatedFieldWells.Builder values(MeasureField... values)
The values that are assigned to the aggregated field wells of a radar chart.
values - The values that are assigned to the aggregated field wells of a radar chart.RadarChartAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The values that are assigned to the aggregated field wells of a radar chart.
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.