public static interface BoxPlotAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<BoxPlotAggregatedFieldWells.Builder,BoxPlotAggregatedFieldWells>
| Modifier and Type | Method and Description |
|---|---|
BoxPlotAggregatedFieldWells.Builder |
groupBy(Collection<DimensionField> groupBy)
The group by field well of a box plot chart.
|
BoxPlotAggregatedFieldWells.Builder |
groupBy(Consumer<DimensionField.Builder>... groupBy)
The group by field well of a box plot chart.
|
BoxPlotAggregatedFieldWells.Builder |
groupBy(DimensionField... groupBy)
The group by field well of a box plot chart.
|
BoxPlotAggregatedFieldWells.Builder |
values(Collection<MeasureField> values)
The value field well of a box plot chart.
|
BoxPlotAggregatedFieldWells.Builder |
values(Consumer<MeasureField.Builder>... values)
The value field well of a box plot chart.
|
BoxPlotAggregatedFieldWells.Builder |
values(MeasureField... values)
The value field well of a box plot chart.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBoxPlotAggregatedFieldWells.Builder groupBy(Collection<DimensionField> groupBy)
The group by field well of a box plot chart. Values are grouped based on group by fields.
groupBy - The group by field well of a box plot chart. Values are grouped based on group by fields.BoxPlotAggregatedFieldWells.Builder groupBy(DimensionField... groupBy)
The group by field well of a box plot chart. Values are grouped based on group by fields.
groupBy - The group by field well of a box plot chart. Values are grouped based on group by fields.BoxPlotAggregatedFieldWells.Builder groupBy(Consumer<DimensionField.Builder>... groupBy)
The group by field well of a box plot chart. Values are grouped based on group by fields.
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 #groupBy(List.
groupBy - a consumer that will call methods on
DimensionField.Builder#groupBy(java.util.Collection) BoxPlotAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The value field well of a box plot chart. Values are aggregated based on group by fields.
values - The value field well of a box plot chart. Values are aggregated based on group by fields.BoxPlotAggregatedFieldWells.Builder values(MeasureField... values)
The value field well of a box plot chart. Values are aggregated based on group by fields.
values - The value field well of a box plot chart. Values are aggregated based on group by fields.BoxPlotAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The value field well of a box plot chart. Values are aggregated based on group by fields.
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.