public static interface FilterScopeConfiguration.Builder extends SdkPojo, CopyableBuilder<FilterScopeConfiguration.Builder,FilterScopeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FilterScopeConfiguration.Builder |
allSheets(AllSheetsFilterScopeConfiguration allSheets)
The configuration for applying a filter to all sheets.
|
default FilterScopeConfiguration.Builder |
allSheets(Consumer<AllSheetsFilterScopeConfiguration.Builder> allSheets)
The configuration for applying a filter to all sheets.
|
default FilterScopeConfiguration.Builder |
selectedSheets(Consumer<SelectedSheetsFilterScopeConfiguration.Builder> selectedSheets)
The configuration for applying a filter to specific sheets.
|
FilterScopeConfiguration.Builder |
selectedSheets(SelectedSheetsFilterScopeConfiguration selectedSheets)
The configuration for applying a filter to specific sheets.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterScopeConfiguration.Builder selectedSheets(SelectedSheetsFilterScopeConfiguration selectedSheets)
The configuration for applying a filter to specific sheets.
selectedSheets - The configuration for applying a filter to specific sheets.default FilterScopeConfiguration.Builder selectedSheets(Consumer<SelectedSheetsFilterScopeConfiguration.Builder> selectedSheets)
The configuration for applying a filter to specific sheets.
This is a convenience method that creates an instance of theSelectedSheetsFilterScopeConfiguration.Builder avoiding the need to create one manually via
SelectedSheetsFilterScopeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to selectedSheets(SelectedSheetsFilterScopeConfiguration).
selectedSheets - a consumer that will call methods on SelectedSheetsFilterScopeConfiguration.BuilderselectedSheets(SelectedSheetsFilterScopeConfiguration)FilterScopeConfiguration.Builder allSheets(AllSheetsFilterScopeConfiguration allSheets)
The configuration for applying a filter to all sheets.
allSheets - The configuration for applying a filter to all sheets.default FilterScopeConfiguration.Builder allSheets(Consumer<AllSheetsFilterScopeConfiguration.Builder> allSheets)
The configuration for applying a filter to all sheets.
This is a convenience method that creates an instance of theAllSheetsFilterScopeConfiguration.Builder avoiding the need to create one manually via
AllSheetsFilterScopeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to allSheets(AllSheetsFilterScopeConfiguration).
allSheets - a consumer that will call methods on AllSheetsFilterScopeConfiguration.BuilderallSheets(AllSheetsFilterScopeConfiguration)Copyright © 2023. All rights reserved.