public static interface SameSheetTargetVisualConfiguration.Builder extends SdkPojo, CopyableBuilder<SameSheetTargetVisualConfiguration.Builder,SameSheetTargetVisualConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SameSheetTargetVisualConfiguration.Builder |
targetVisualOptions(String targetVisualOptions)
The options that choose the target visual in the same sheet.
|
SameSheetTargetVisualConfiguration.Builder |
targetVisualOptions(TargetVisualOptions targetVisualOptions)
The options that choose the target visual in the same sheet.
|
SameSheetTargetVisualConfiguration.Builder |
targetVisuals(Collection<String> targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
|
SameSheetTargetVisualConfiguration.Builder |
targetVisuals(String... targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSameSheetTargetVisualConfiguration.Builder targetVisuals(Collection<String> targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
targetVisuals - A list of the target visual IDs that are located in the same sheet of the analysis.SameSheetTargetVisualConfiguration.Builder targetVisuals(String... targetVisuals)
A list of the target visual IDs that are located in the same sheet of the analysis.
targetVisuals - A list of the target visual IDs that are located in the same sheet of the analysis.SameSheetTargetVisualConfiguration.Builder targetVisualOptions(String targetVisualOptions)
The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.
targetVisualOptions - The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.
TargetVisualOptions,
TargetVisualOptionsSameSheetTargetVisualConfiguration.Builder targetVisualOptions(TargetVisualOptions targetVisualOptions)
The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.
targetVisualOptions - The options that choose the target visual in the same sheet.
Valid values are defined as follows:
ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.
TargetVisualOptions,
TargetVisualOptionsCopyright © 2023. All rights reserved.