public static interface FilterListConfiguration.Builder extends SdkPojo, CopyableBuilder<FilterListConfiguration.Builder,FilterListConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FilterListConfiguration.Builder |
categoryValues(Collection<String> categoryValues)
The list of category values for the filter.
|
FilterListConfiguration.Builder |
categoryValues(String... categoryValues)
The list of category values for the filter.
|
FilterListConfiguration.Builder |
matchOperator(CategoryFilterMatchOperator matchOperator)
The match operator that is used to determine if a filter should be applied.
|
FilterListConfiguration.Builder |
matchOperator(String matchOperator)
The match operator that is used to determine if a filter should be applied.
|
FilterListConfiguration.Builder |
selectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)
Select all of the values.
|
FilterListConfiguration.Builder |
selectAllOptions(String selectAllOptions)
Select all of the values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterListConfiguration.Builder matchOperator(String matchOperator)
The match operator that is used to determine if a filter should be applied.
matchOperator - The match operator that is used to determine if a filter should be applied.CategoryFilterMatchOperator,
CategoryFilterMatchOperatorFilterListConfiguration.Builder matchOperator(CategoryFilterMatchOperator matchOperator)
The match operator that is used to determine if a filter should be applied.
matchOperator - The match operator that is used to determine if a filter should be applied.CategoryFilterMatchOperator,
CategoryFilterMatchOperatorFilterListConfiguration.Builder categoryValues(Collection<String> categoryValues)
The list of category values for the filter.
categoryValues - The list of category values for the filter.FilterListConfiguration.Builder categoryValues(String... categoryValues)
The list of category values for the filter.
categoryValues - The list of category values for the filter.FilterListConfiguration.Builder selectAllOptions(String selectAllOptions)
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
selectAllOptions - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
CategoryFilterSelectAllOptions,
CategoryFilterSelectAllOptionsFilterListConfiguration.Builder selectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)
Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
selectAllOptions - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
CategoryFilterSelectAllOptions,
CategoryFilterSelectAllOptionsCopyright © 2023. All rights reserved.