public static interface PivotTableVisual.Builder extends SdkPojo, CopyableBuilder<PivotTableVisual.Builder,PivotTableVisual>
| Modifier and Type | Method and Description |
|---|---|
PivotTableVisual.Builder |
actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
PivotTableVisual.Builder |
actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
|
PivotTableVisual.Builder |
actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
default PivotTableVisual.Builder |
chartConfiguration(Consumer<PivotTableConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.
|
PivotTableVisual.Builder |
chartConfiguration(PivotTableConfiguration chartConfiguration)
The configuration settings of the visual.
|
default PivotTableVisual.Builder |
conditionalFormatting(Consumer<PivotTableConditionalFormatting.Builder> conditionalFormatting)
The conditional formatting for a
PivotTableVisual. |
PivotTableVisual.Builder |
conditionalFormatting(PivotTableConditionalFormatting conditionalFormatting)
The conditional formatting for a
PivotTableVisual. |
default PivotTableVisual.Builder |
subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
|
PivotTableVisual.Builder |
subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
default PivotTableVisual.Builder |
title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
|
PivotTableVisual.Builder |
title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
PivotTableVisual.Builder |
visualId(String visualId)
The unique identifier of a visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableVisual.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..PivotTableVisual.Builder title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
title - The title that is displayed on the visual.default PivotTableVisual.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)PivotTableVisual.Builder subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
subtitle - The subtitle that is displayed on the visual.default PivotTableVisual.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)PivotTableVisual.Builder chartConfiguration(PivotTableConfiguration chartConfiguration)
The configuration settings of the visual.
chartConfiguration - The configuration settings of the visual.default PivotTableVisual.Builder chartConfiguration(Consumer<PivotTableConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.
This is a convenience method that creates an instance of thePivotTableConfiguration.Builder avoiding
the need to create one manually via PivotTableConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to chartConfiguration(PivotTableConfiguration).
chartConfiguration - a consumer that will call methods on PivotTableConfiguration.BuilderchartConfiguration(PivotTableConfiguration)PivotTableVisual.Builder conditionalFormatting(PivotTableConditionalFormatting conditionalFormatting)
The conditional formatting for a PivotTableVisual.
conditionalFormatting - The conditional formatting for a PivotTableVisual.default PivotTableVisual.Builder conditionalFormatting(Consumer<PivotTableConditionalFormatting.Builder> conditionalFormatting)
The conditional formatting for a PivotTableVisual.
PivotTableConditionalFormatting.Builder
avoiding the need to create one manually via PivotTableConditionalFormatting.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to conditionalFormatting(PivotTableConditionalFormatting).
conditionalFormatting - a consumer that will call methods on PivotTableConditionalFormatting.BuilderconditionalFormatting(PivotTableConditionalFormatting)PivotTableVisual.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.PivotTableVisual.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.PivotTableVisual.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.