public static interface WaterfallChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<WaterfallChartAggregatedFieldWells.Builder,WaterfallChartAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWaterfallChartAggregatedFieldWells.Builder categories(Collection<DimensionField> categories)
The category field wells of a waterfall visual.
categories - The category field wells of a waterfall visual.WaterfallChartAggregatedFieldWells.Builder categories(DimensionField... categories)
The category field wells of a waterfall visual.
categories - The category field wells of a waterfall visual.WaterfallChartAggregatedFieldWells.Builder categories(Consumer<DimensionField.Builder>... categories)
The category field wells of a waterfall visual.
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 #categories(List.
categories - a consumer that will call methods on
DimensionField.Builder#categories(java.util.Collection) WaterfallChartAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The value field wells of a waterfall visual.
values - The value field wells of a waterfall visual.WaterfallChartAggregatedFieldWells.Builder values(MeasureField... values)
The value field wells of a waterfall visual.
values - The value field wells of a waterfall visual.WaterfallChartAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The value field wells of a waterfall visual.
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) WaterfallChartAggregatedFieldWells.Builder breakdowns(Collection<DimensionField> breakdowns)
The breakdown field wells of a waterfall visual.
breakdowns - The breakdown field wells of a waterfall visual.WaterfallChartAggregatedFieldWells.Builder breakdowns(DimensionField... breakdowns)
The breakdown field wells of a waterfall visual.
breakdowns - The breakdown field wells of a waterfall visual.WaterfallChartAggregatedFieldWells.Builder breakdowns(Consumer<DimensionField.Builder>... breakdowns)
The breakdown field wells of a waterfall visual.
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 #breakdowns(List.
breakdowns - a consumer that will call methods on
DimensionField.Builder#breakdowns(java.util.Collection) Copyright © 2023. All rights reserved.