public static interface CustomFilterConfiguration.Builder extends SdkPojo, CopyableBuilder<CustomFilterConfiguration.Builder,CustomFilterConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CustomFilterConfiguration.Builder |
categoryValue(String categoryValue)
The category value for the filter.
|
CustomFilterConfiguration.Builder |
matchOperator(CategoryFilterMatchOperator matchOperator)
The match operator that is used to determine if a filter should be applied.
|
CustomFilterConfiguration.Builder |
matchOperator(String matchOperator)
The match operator that is used to determine if a filter should be applied.
|
CustomFilterConfiguration.Builder |
nullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
CustomFilterConfiguration.Builder |
nullOption(String nullOption)
This option determines how null values should be treated when filtering data.
|
CustomFilterConfiguration.Builder |
parameterName(String parameterName)
The parameter whose value should be used for the filter value.
|
CustomFilterConfiguration.Builder |
selectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)
Select all of the values.
|
CustomFilterConfiguration.Builder |
selectAllOptions(String selectAllOptions)
Select all of the values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomFilterConfiguration.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,
CategoryFilterMatchOperatorCustomFilterConfiguration.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,
CategoryFilterMatchOperatorCustomFilterConfiguration.Builder categoryValue(String categoryValue)
The category value for the filter.
This field is mutually exclusive to ParameterName.
categoryValue - The category value for the filter.
This field is mutually exclusive to ParameterName.
CustomFilterConfiguration.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,
CategoryFilterSelectAllOptionsCustomFilterConfiguration.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,
CategoryFilterSelectAllOptionsCustomFilterConfiguration.Builder parameterName(String parameterName)
The parameter whose value should be used for the filter value.
This field is mutually exclusive to CategoryValue.
parameterName - The parameter whose value should be used for the filter value.
This field is mutually exclusive to CategoryValue.
CustomFilterConfiguration.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,
FilterNullOptionCustomFilterConfiguration.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.