public static interface GaugeChartFieldWells.Builder extends SdkPojo, CopyableBuilder<GaugeChartFieldWells.Builder,GaugeChartFieldWells>
| Modifier and Type | Method and Description |
|---|---|
GaugeChartFieldWells.Builder |
targetValues(Collection<MeasureField> targetValues)
The target value field wells of a
GaugeChartVisual. |
GaugeChartFieldWells.Builder |
targetValues(Consumer<MeasureField.Builder>... targetValues)
The target value field wells of a
GaugeChartVisual. |
GaugeChartFieldWells.Builder |
targetValues(MeasureField... targetValues)
The target value field wells of a
GaugeChartVisual. |
GaugeChartFieldWells.Builder |
values(Collection<MeasureField> values)
The value field wells of a
GaugeChartVisual. |
GaugeChartFieldWells.Builder |
values(Consumer<MeasureField.Builder>... values)
The value field wells of a
GaugeChartVisual. |
GaugeChartFieldWells.Builder |
values(MeasureField... values)
The value field wells of a
GaugeChartVisual. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGaugeChartFieldWells.Builder values(Collection<MeasureField> values)
The value field wells of a GaugeChartVisual.
values - The value field wells of a GaugeChartVisual.GaugeChartFieldWells.Builder values(MeasureField... values)
The value field wells of a GaugeChartVisual.
values - The value field wells of a GaugeChartVisual.GaugeChartFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The value field wells of a GaugeChartVisual.
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 #values(List.
values - a consumer that will call methods on
MeasureField.Builder#values(java.util.Collection) GaugeChartFieldWells.Builder targetValues(Collection<MeasureField> targetValues)
The target value field wells of a GaugeChartVisual.
targetValues - The target value field wells of a GaugeChartVisual.GaugeChartFieldWells.Builder targetValues(MeasureField... targetValues)
The target value field wells of a GaugeChartVisual.
targetValues - The target value field wells of a GaugeChartVisual.GaugeChartFieldWells.Builder targetValues(Consumer<MeasureField.Builder>... targetValues)
The target value field wells of a GaugeChartVisual.
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 #targetValues(List.
targetValues - a consumer that will call methods on
MeasureField.Builder#targetValues(java.util.Collection) Copyright © 2023. All rights reserved.