public static interface TreeMapAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<TreeMapAggregatedFieldWells.Builder,TreeMapAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTreeMapAggregatedFieldWells.Builder groups(Collection<DimensionField> groups)
The group by field well of a tree map. Values are grouped based on group by fields.
groups - The group by field well of a tree map. Values are grouped based on group by fields.TreeMapAggregatedFieldWells.Builder groups(DimensionField... groups)
The group by field well of a tree map. Values are grouped based on group by fields.
groups - The group by field well of a tree map. Values are grouped based on group by fields.TreeMapAggregatedFieldWells.Builder groups(Consumer<DimensionField.Builder>... groups)
The group by field well of a tree map. 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 #groups(List.
groups - a consumer that will call methods on
DimensionField.Builder#groups(java.util.Collection) TreeMapAggregatedFieldWells.Builder sizes(Collection<MeasureField> sizes)
The size field well of a tree map. Values are aggregated based on group by fields.
sizes - The size field well of a tree map. Values are aggregated based on group by fields.TreeMapAggregatedFieldWells.Builder sizes(MeasureField... sizes)
The size field well of a tree map. Values are aggregated based on group by fields.
sizes - The size field well of a tree map. Values are aggregated based on group by fields.TreeMapAggregatedFieldWells.Builder sizes(Consumer<MeasureField.Builder>... sizes)
The size field well of a tree map. 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 #sizes(List.
sizes - a consumer that will call methods on
MeasureField.Builder#sizes(java.util.Collection) TreeMapAggregatedFieldWells.Builder colors(Collection<MeasureField> colors)
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
colors - The color field well of a tree map. Values are grouped by aggregations based on group by fields.TreeMapAggregatedFieldWells.Builder colors(MeasureField... colors)
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
colors - The color field well of a tree map. Values are grouped by aggregations based on group by fields.TreeMapAggregatedFieldWells.Builder colors(Consumer<MeasureField.Builder>... colors)
The color field well of a tree map. Values are grouped by aggregations 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 #colors(List.
colors - a consumer that will call methods on
MeasureField.Builder#colors(java.util.Collection) Copyright © 2023. All rights reserved.