| Package | Description |
|---|---|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withField(FilterField field)
The field on which to filter.
|
Filter |
Filter.withField(String field)
The field on which to filter.
|
Filter |
Filter.withOperator(FilterOperator operator)
The operator to use for comparing the field’s value with the provided value.
|
Filter |
Filter.withOperator(String operator)
The operator to use for comparing the field’s value with the provided value.
|
Filter |
Filter.withValue(String value)
The desired field value on which to filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
SearchExpression.getFilters()
The search expression filters.
|
| Modifier and Type | Method and Description |
|---|---|
SearchExpression |
SearchExpression.withFilters(Filter... filters)
The search expression filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchExpression.setFilters(Collection<Filter> filters)
The search expression filters.
|
SearchExpression |
SearchExpression.withFilters(Collection<Filter> filters)
The search expression filters.
|
Copyright © 2023. All rights reserved.