public static interface GeospatialMapVisual.Builder extends SdkPojo, CopyableBuilder<GeospatialMapVisual.Builder,GeospatialMapVisual>
| Modifier and Type | Method and Description |
|---|---|
GeospatialMapVisual.Builder |
actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
GeospatialMapVisual.Builder |
actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
|
GeospatialMapVisual.Builder |
actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
default GeospatialMapVisual.Builder |
chartConfiguration(Consumer<GeospatialMapConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.
|
GeospatialMapVisual.Builder |
chartConfiguration(GeospatialMapConfiguration chartConfiguration)
The configuration settings of the visual.
|
GeospatialMapVisual.Builder |
columnHierarchies(Collection<ColumnHierarchy> columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
|
GeospatialMapVisual.Builder |
columnHierarchies(ColumnHierarchy... columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
|
GeospatialMapVisual.Builder |
columnHierarchies(Consumer<ColumnHierarchy.Builder>... columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
|
default GeospatialMapVisual.Builder |
subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
|
GeospatialMapVisual.Builder |
subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
default GeospatialMapVisual.Builder |
title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
|
GeospatialMapVisual.Builder |
title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
GeospatialMapVisual.Builder |
visualId(String visualId)
The unique identifier of a visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeospatialMapVisual.Builder visualId(String visualId)
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard,
template, or analysis. Two dashboards, analyses, or templates can have visuals with the same
identifiers..GeospatialMapVisual.Builder title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
title - The title that is displayed on the visual.default GeospatialMapVisual.Builder title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
This is a convenience method that creates an instance of theVisualTitleLabelOptions.Builder avoiding
the need to create one manually via VisualTitleLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to title(VisualTitleLabelOptions).
title - a consumer that will call methods on VisualTitleLabelOptions.Buildertitle(VisualTitleLabelOptions)GeospatialMapVisual.Builder subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
subtitle - The subtitle that is displayed on the visual.default GeospatialMapVisual.Builder subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
This is a convenience method that creates an instance of theVisualSubtitleLabelOptions.Builder
avoiding the need to create one manually via VisualSubtitleLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to subtitle(VisualSubtitleLabelOptions).
subtitle - a consumer that will call methods on VisualSubtitleLabelOptions.Buildersubtitle(VisualSubtitleLabelOptions)GeospatialMapVisual.Builder chartConfiguration(GeospatialMapConfiguration chartConfiguration)
The configuration settings of the visual.
chartConfiguration - The configuration settings of the visual.default GeospatialMapVisual.Builder chartConfiguration(Consumer<GeospatialMapConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.
This is a convenience method that creates an instance of theGeospatialMapConfiguration.Builder
avoiding the need to create one manually via GeospatialMapConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to chartConfiguration(GeospatialMapConfiguration).
chartConfiguration - a consumer that will call methods on GeospatialMapConfiguration.BuilderchartConfiguration(GeospatialMapConfiguration)GeospatialMapVisual.Builder columnHierarchies(Collection<ColumnHierarchy> columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.GeospatialMapVisual.Builder columnHierarchies(ColumnHierarchy... columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.GeospatialMapVisual.Builder columnHierarchies(Consumer<ColumnHierarchy.Builder>... columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
This is a convenience method that creates an instance of theColumnHierarchy.Builder avoiding the need to create
one manually via ColumnHierarchy.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #columnHierarchies(List.
columnHierarchies - a consumer that will call methods on
ColumnHierarchy.Builder#columnHierarchies(java.util.Collection) GeospatialMapVisual.Builder actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
actions - The list of custom actions that are configured for a visual.GeospatialMapVisual.Builder actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
actions - The list of custom actions that are configured for a visual.GeospatialMapVisual.Builder actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
This is a convenience method that creates an instance of theVisualCustomAction.Builder avoiding the need to
create one manually via VisualCustomAction.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #actions(List.
actions - a consumer that will call methods on
VisualCustomAction.Builder#actions(java.util.Collection) Copyright © 2023. All rights reserved.