static SearchField.Builder |
SearchField.builder() |
|
SearchField.Builder |
SearchField.Builder.key(String key) |
An enum value that indicates the key to search the channel on.
|
SearchField.Builder |
SearchField.Builder.key(SearchFieldKey key) |
An enum value that indicates the key to search the channel on.
|
SearchField.Builder |
SearchField.Builder.operator(String operator) |
The operator used to compare field values, currently EQUALS or INCLUDES.
|
SearchField.Builder |
SearchField.Builder.operator(SearchFieldOperator operator) |
The operator used to compare field values, currently EQUALS or INCLUDES.
|
SearchField.Builder |
SearchField.toBuilder() |
|
SearchField.Builder |
SearchField.Builder.values(String... values) |
The values that you want to search for, a list of strings.
|
SearchField.Builder |
SearchField.Builder.values(Collection<String> values) |
The values that you want to search for, a list of strings.
|