public static interface SearchFilter.Builder extends SdkPojo, CopyableBuilder<SearchFilter.Builder,SearchFilter>
| Modifier and Type | Method and Description |
|---|---|
SearchFilter.Builder |
attribute(String attribute)
The result attribute to which the filter values are applied.
|
SearchFilter.Builder |
operator(String operator)
The operator to apply to the
Attribute with each of the Values. |
SearchFilter.Builder |
values(Collection<String> values)
The list of values applied to the
Attribute and Operator attributes. |
SearchFilter.Builder |
values(String... values)
The list of values applied to the
Attribute and Operator attributes. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchFilter.Builder attribute(String attribute)
The result attribute to which the filter values are applied. Valid values vary by API action.
attribute - The result attribute to which the filter values are applied. Valid values vary by API action.SearchFilter.Builder operator(String operator)
The operator to apply to the Attribute with each of the Values. Valid values vary
by Attribute.
operator - The operator to apply to the Attribute with each of the Values. Valid values
vary by Attribute.SearchFilter.Builder values(Collection<String> values)
The list of values applied to the Attribute and Operator attributes. Number of
values and valid values vary by Attribute.
values - The list of values applied to the Attribute and Operator attributes. Number
of values and valid values vary by Attribute.SearchFilter.Builder values(String... values)
The list of values applied to the Attribute and Operator attributes. Number of
values and valid values vary by Attribute.
values - The list of values applied to the Attribute and Operator attributes. Number
of values and valid values vary by Attribute.Copyright © 2020. All rights reserved.