public static interface ScatterPlotCategoricallyAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<ScatterPlotCategoricallyAggregatedFieldWells.Builder,ScatterPlotCategoricallyAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScatterPlotCategoricallyAggregatedFieldWells.Builder xAxis(Collection<MeasureField> xAxis)
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
xAxis - The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
ScatterPlotCategoricallyAggregatedFieldWells.Builder xAxis(MeasureField... xAxis)
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
xAxis - The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
ScatterPlotCategoricallyAggregatedFieldWells.Builder xAxis(Consumer<MeasureField.Builder>... xAxis)
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
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 #xAxis(List.
xAxis - a consumer that will call methods on
MeasureField.Builder#xAxis(java.util.Collection) ScatterPlotCategoricallyAggregatedFieldWells.Builder yAxis(Collection<MeasureField> yAxis)
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
yAxis - The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
ScatterPlotCategoricallyAggregatedFieldWells.Builder yAxis(MeasureField... yAxis)
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
yAxis - The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
ScatterPlotCategoricallyAggregatedFieldWells.Builder yAxis(Consumer<MeasureField.Builder>... yAxis)
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
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 #yAxis(List.
yAxis - a consumer that will call methods on
MeasureField.Builder#yAxis(java.util.Collection) ScatterPlotCategoricallyAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The category field well of a scatter plot.
category - The category field well of a scatter plot.ScatterPlotCategoricallyAggregatedFieldWells.Builder category(DimensionField... category)
The category field well of a scatter plot.
category - The category field well of a scatter plot.ScatterPlotCategoricallyAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The category field well of a scatter plot.
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) ScatterPlotCategoricallyAggregatedFieldWells.Builder size(Collection<MeasureField> size)
The size field well of a scatter plot.
size - The size field well of a scatter plot.ScatterPlotCategoricallyAggregatedFieldWells.Builder size(MeasureField... size)
The size field well of a scatter plot.
size - The size field well of a scatter plot.ScatterPlotCategoricallyAggregatedFieldWells.Builder size(Consumer<MeasureField.Builder>... size)
The size field well of a scatter plot.
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 #size(List.
size - a consumer that will call methods on
MeasureField.Builder#size(java.util.Collection) ScatterPlotCategoricallyAggregatedFieldWells.Builder label(Collection<DimensionField> label)
The label field well of a scatter plot.
label - The label field well of a scatter plot.ScatterPlotCategoricallyAggregatedFieldWells.Builder label(DimensionField... label)
The label field well of a scatter plot.
label - The label field well of a scatter plot.ScatterPlotCategoricallyAggregatedFieldWells.Builder label(Consumer<DimensionField.Builder>... label)
The label field well of a scatter plot.
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 #label(List.
label - a consumer that will call methods on
DimensionField.Builder#label(java.util.Collection) Copyright © 2023. All rights reserved.