public static interface SheetVisualScopingConfiguration.Builder extends SdkPojo, CopyableBuilder<SheetVisualScopingConfiguration.Builder,SheetVisualScopingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SheetVisualScopingConfiguration.Builder |
scope(FilterVisualScope scope)
The scope of the applied entities.
|
SheetVisualScopingConfiguration.Builder |
scope(String scope)
The scope of the applied entities.
|
SheetVisualScopingConfiguration.Builder |
sheetId(String sheetId)
The selected sheet that the filter is applied to.
|
SheetVisualScopingConfiguration.Builder |
visualIds(Collection<String> visualIds)
The selected visuals that the filter is applied to.
|
SheetVisualScopingConfiguration.Builder |
visualIds(String... visualIds)
The selected visuals that the filter is applied to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSheetVisualScopingConfiguration.Builder sheetId(String sheetId)
The selected sheet that the filter is applied to.
sheetId - The selected sheet that the filter is applied to.SheetVisualScopingConfiguration.Builder scope(String scope)
The scope of the applied entities. Choose one of the following options:
ALL_VISUALS
SELECTED_VISUALS
scope - The scope of the applied entities. Choose one of the following options:
ALL_VISUALS
SELECTED_VISUALS
FilterVisualScope,
FilterVisualScopeSheetVisualScopingConfiguration.Builder scope(FilterVisualScope scope)
The scope of the applied entities. Choose one of the following options:
ALL_VISUALS
SELECTED_VISUALS
scope - The scope of the applied entities. Choose one of the following options:
ALL_VISUALS
SELECTED_VISUALS
FilterVisualScope,
FilterVisualScopeSheetVisualScopingConfiguration.Builder visualIds(Collection<String> visualIds)
The selected visuals that the filter is applied to.
visualIds - The selected visuals that the filter is applied to.SheetVisualScopingConfiguration.Builder visualIds(String... visualIds)
The selected visuals that the filter is applied to.
visualIds - The selected visuals that the filter is applied to.Copyright © 2023. All rights reserved.