public static interface FilterScopeConfiguration.Builder extends SdkPojo, CopyableBuilder<FilterScopeConfiguration.Builder,FilterScopeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
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)Copyright © 2023. All rights reserved.