public static interface SelectedSheetsFilterScopeConfiguration.Builder extends SdkPojo, CopyableBuilder<SelectedSheetsFilterScopeConfiguration.Builder,SelectedSheetsFilterScopeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SelectedSheetsFilterScopeConfiguration.Builder |
sheetVisualScopingConfigurations(Collection<SheetVisualScopingConfiguration> sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
SelectedSheetsFilterScopeConfiguration.Builder |
sheetVisualScopingConfigurations(Consumer<SheetVisualScopingConfiguration.Builder>... sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
SelectedSheetsFilterScopeConfiguration.Builder |
sheetVisualScopingConfigurations(SheetVisualScopingConfiguration... sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelectedSheetsFilterScopeConfiguration.Builder sheetVisualScopingConfigurations(Collection<SheetVisualScopingConfiguration> sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
sheetVisualScopingConfigurations - The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.SelectedSheetsFilterScopeConfiguration.Builder sheetVisualScopingConfigurations(SheetVisualScopingConfiguration... sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
sheetVisualScopingConfigurations - The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.SelectedSheetsFilterScopeConfiguration.Builder sheetVisualScopingConfigurations(Consumer<SheetVisualScopingConfiguration.Builder>... sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
This is a convenience method that creates an instance of theSheetVisualScopingConfiguration.Builder avoiding the
need to create one manually via
SheetVisualScopingConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #sheetVisualScopingConfigurations(List.
sheetVisualScopingConfigurations - a consumer that will call methods on
SheetVisualScopingConfiguration.Builder#sheetVisualScopingConfigurations(java.util.Collection) Copyright © 2023. All rights reserved.