public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
name(String name)
Name of the filter.
|
Filter.Builder |
values(Collection<String> values)
The value of the filter, which is case-sensitive.
|
Filter.Builder |
values(String... values)
The value of the filter, which is case-sensitive.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder name(String name)
Name of the filter. Filter names are case-sensitive.
name - Name of the filter. Filter names are case-sensitive.Filter.Builder values(Collection<String> values)
The value of the filter, which is case-sensitive. You can only specify one value for the filter.
values - The value of the filter, which is case-sensitive. You can only specify one value for the filter.Filter.Builder values(String... values)
The value of the filter, which is case-sensitive. You can only specify one value for the filter.
values - The value of the filter, which is case-sensitive. You can only specify one value for the filter.Copyright © 2023. All rights reserved.