public static interface WordCloudAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<WordCloudAggregatedFieldWells.Builder,WordCloudAggregatedFieldWells>
| Modifier and Type | Method and Description |
|---|---|
WordCloudAggregatedFieldWells.Builder |
groupBy(Collection<DimensionField> groupBy)
The group by field well of a word cloud.
|
WordCloudAggregatedFieldWells.Builder |
groupBy(Consumer<DimensionField.Builder>... groupBy)
The group by field well of a word cloud.
|
WordCloudAggregatedFieldWells.Builder |
groupBy(DimensionField... groupBy)
The group by field well of a word cloud.
|
WordCloudAggregatedFieldWells.Builder |
size(Collection<MeasureField> size)
The size field well of a word cloud.
|
WordCloudAggregatedFieldWells.Builder |
size(Consumer<MeasureField.Builder>... size)
The size field well of a word cloud.
|
WordCloudAggregatedFieldWells.Builder |
size(MeasureField... size)
The size field well of a word cloud.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWordCloudAggregatedFieldWells.Builder groupBy(Collection<DimensionField> groupBy)
The group by field well of a word cloud. Values are grouped by group by fields.
groupBy - The group by field well of a word cloud. Values are grouped by group by fields.WordCloudAggregatedFieldWells.Builder groupBy(DimensionField... groupBy)
The group by field well of a word cloud. Values are grouped by group by fields.
groupBy - The group by field well of a word cloud. Values are grouped by group by fields.WordCloudAggregatedFieldWells.Builder groupBy(Consumer<DimensionField.Builder>... groupBy)
The group by field well of a word cloud. Values are grouped by 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) WordCloudAggregatedFieldWells.Builder size(Collection<MeasureField> size)
The size field well of a word cloud. Values are aggregated based on group by fields.
size - The size field well of a word cloud. Values are aggregated based on group by fields.WordCloudAggregatedFieldWells.Builder size(MeasureField... size)
The size field well of a word cloud. Values are aggregated based on group by fields.
size - The size field well of a word cloud. Values are aggregated based on group by fields.WordCloudAggregatedFieldWells.Builder size(Consumer<MeasureField.Builder>... size)
The size field well of a word cloud. 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 #size(List.
size - a consumer that will call methods on
MeasureField.Builder#size(java.util.Collection) Copyright © 2023. All rights reserved.