public static interface CategoryDrillDownFilter.Builder extends SdkPojo, CopyableBuilder<CategoryDrillDownFilter.Builder,CategoryDrillDownFilter>
| Modifier and Type | Method and Description |
|---|---|
CategoryDrillDownFilter.Builder |
categoryValues(Collection<String> categoryValues)
A list of the string inputs that are the values of the category drill down filter.
|
CategoryDrillDownFilter.Builder |
categoryValues(String... categoryValues)
A list of the string inputs that are the values of the category drill down filter.
|
CategoryDrillDownFilter.Builder |
column(ColumnIdentifier column)
The column that the filter is applied to.
|
default CategoryDrillDownFilter.Builder |
column(Consumer<ColumnIdentifier.Builder> column)
The column that the filter is applied to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCategoryDrillDownFilter.Builder column(ColumnIdentifier column)
The column that the filter is applied to.
column - The column that the filter is applied to.default CategoryDrillDownFilter.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that the filter is applied to.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to column(ColumnIdentifier).
column - a consumer that will call methods on ColumnIdentifier.Buildercolumn(ColumnIdentifier)CategoryDrillDownFilter.Builder categoryValues(Collection<String> categoryValues)
A list of the string inputs that are the values of the category drill down filter.
categoryValues - A list of the string inputs that are the values of the category drill down filter.CategoryDrillDownFilter.Builder categoryValues(String... categoryValues)
A list of the string inputs that are the values of the category drill down filter.
categoryValues - A list of the string inputs that are the values of the category drill down filter.Copyright © 2023. All rights reserved.