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