public static interface SearchFilter.Builder extends SdkPojo, CopyableBuilder<SearchFilter.Builder,SearchFilter>
| Modifier and Type | Method and Description |
|---|---|
SearchFilter.Builder |
filterString(String filterString)
The string that contains the search keywords, prefixes, and operators to control the results that can be
returned by a Search operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchFilter.Builder filterString(String filterString)
The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.
filterString - The string that contains the search keywords, prefixes, and operators to control the results that can
be returned by a Search operation. For more details, see Search query syntax.Copyright © 2023. All rights reserved.