public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
condition(FilterConditionString condition)
The condition to apply.
|
Filter.Builder |
condition(String condition)
The condition to apply.
|
Filter.Builder |
key(String key)
The name of the parameter to filter on.
|
Filter.Builder |
value(String value)
The value to match.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder key(String key)
The name of the parameter to filter on.
key - The name of the parameter to filter on.Filter.Builder value(String value)
The value to match.
value - The value to match.Filter.Builder condition(String condition)
The condition to apply. To include the objects that match the statement, specify IS. To exclude
matching objects, specify IS_NOT.
condition - The condition to apply. To include the objects that match the statement, specify IS. To
exclude matching objects, specify IS_NOT.FilterConditionString,
FilterConditionStringFilter.Builder condition(FilterConditionString condition)
The condition to apply. To include the objects that match the statement, specify IS. To exclude
matching objects, specify IS_NOT.
condition - The condition to apply. To include the objects that match the statement, specify IS. To
exclude matching objects, specify IS_NOT.FilterConditionString,
FilterConditionStringCopyright © 2020. All rights reserved.