public static interface FilledMapAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<FilledMapAggregatedFieldWells.Builder,FilledMapAggregatedFieldWells>
| Modifier and Type | Method and Description |
|---|---|
FilledMapAggregatedFieldWells.Builder |
geospatial(Collection<DimensionField> geospatial)
The aggregated location field well of the filled map.
|
FilledMapAggregatedFieldWells.Builder |
geospatial(Consumer<DimensionField.Builder>... geospatial)
The aggregated location field well of the filled map.
|
FilledMapAggregatedFieldWells.Builder |
geospatial(DimensionField... geospatial)
The aggregated location field well of the filled map.
|
FilledMapAggregatedFieldWells.Builder |
values(Collection<MeasureField> values)
The aggregated color field well of a filled map.
|
FilledMapAggregatedFieldWells.Builder |
values(Consumer<MeasureField.Builder>... values)
The aggregated color field well of a filled map.
|
FilledMapAggregatedFieldWells.Builder |
values(MeasureField... values)
The aggregated color field well of a filled map.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilledMapAggregatedFieldWells.Builder geospatial(Collection<DimensionField> geospatial)
The aggregated location field well of the filled map. Values are grouped by location fields.
geospatial - The aggregated location field well of the filled map. Values are grouped by location fields.FilledMapAggregatedFieldWells.Builder geospatial(DimensionField... geospatial)
The aggregated location field well of the filled map. Values are grouped by location fields.
geospatial - The aggregated location field well of the filled map. Values are grouped by location fields.FilledMapAggregatedFieldWells.Builder geospatial(Consumer<DimensionField.Builder>... geospatial)
The aggregated location field well of the filled map. Values are grouped by location 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 #geospatial(List.
geospatial - a consumer that will call methods on
DimensionField.Builder#geospatial(java.util.Collection) FilledMapAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The aggregated color field well of a filled map. Values are aggregated based on location fields.
values - The aggregated color field well of a filled map. Values are aggregated based on location fields.FilledMapAggregatedFieldWells.Builder values(MeasureField... values)
The aggregated color field well of a filled map. Values are aggregated based on location fields.
values - The aggregated color field well of a filled map. Values are aggregated based on location fields.FilledMapAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The aggregated color field well of a filled map. Values are aggregated based on location 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.