public static interface CustomFilterListConfiguration.Builder extends SdkPojo, CopyableBuilder<CustomFilterListConfiguration.Builder,CustomFilterListConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CustomFilterListConfiguration.Builder |
categoryValues(Collection<String> categoryValues)
The list of category values for the filter.
|
CustomFilterListConfiguration.Builder |
categoryValues(String... categoryValues)
The list of category values for the filter.
|
CustomFilterListConfiguration.Builder |
matchOperator(CategoryFilterMatchOperator matchOperator)
The match operator that is used to determine if a filter should be applied.
|
CustomFilterListConfiguration.Builder |
matchOperator(String matchOperator)
The match operator that is used to determine if a filter should be applied.
|
CustomFilterListConfiguration.Builder |
nullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
CustomFilterListConfiguration.Builder |
nullOption(String nullOption)
This option determines how null values should be treated when filtering data.
|
CustomFilterListConfiguration.Builder |
selectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)
Select all of the values.
|
CustomFilterListConfiguration.Builder |
selectAllOptions(String selectAllOptions)
Select all of the values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomFilterListConfiguration.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,
CategoryFilterMatchOperatorCustomFilterListConfiguration.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,
CategoryFilterMatchOperatorCustomFilterListConfiguration.Builder categoryValues(Collection<String> categoryValues)
The list of category values for the filter.
categoryValues - The list of category values for the filter.CustomFilterListConfiguration.Builder categoryValues(String... categoryValues)
The list of category values for the filter.
categoryValues - The list of category values for the filter.CustomFilterListConfiguration.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,
CategoryFilterSelectAllOptionsCustomFilterListConfiguration.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,
CategoryFilterSelectAllOptionsCustomFilterListConfiguration.Builder nullOption(String nullOption)
This option determines how null values should be treated when filtering data.
ALL_VALUES: Include null values in filtered results.
NULLS_ONLY: Only include null values in filtered results.
NON_NULLS_ONLY: Exclude null values from filtered results.
nullOption - This option determines how null values should be treated when filtering data.
ALL_VALUES: Include null values in filtered results.
NULLS_ONLY: Only include null values in filtered results.
NON_NULLS_ONLY: Exclude null values from filtered results.
FilterNullOption,
FilterNullOptionCustomFilterListConfiguration.Builder nullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
ALL_VALUES: Include null values in filtered results.
NULLS_ONLY: Only include null values in filtered results.
NON_NULLS_ONLY: Exclude null values from filtered results.
nullOption - This option determines how null values should be treated when filtering data.
ALL_VALUES: Include null values in filtered results.
NULLS_ONLY: Only include null values in filtered results.
NON_NULLS_ONLY: Exclude null values from filtered results.
FilterNullOption,
FilterNullOptionCopyright © 2023. All rights reserved.