public static interface FilterExpression.Builder extends SdkPojo, CopyableBuilder<FilterExpression.Builder,FilterExpression>
| Modifier and Type | Method and Description |
|---|---|
FilterExpression.Builder |
expression(String expression)
The expression which includes condition names followed by substitution variables, possibly grouped and
combined with other conditions.
|
FilterExpression.Builder |
valuesMap(Map<String,String> valuesMap)
The map of substitution variable names to their values used in this filter expression.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterExpression.Builder expression(String expression)
The expression which includes condition names followed by substitution variables, possibly grouped and combined with other conditions. For example, "(starts_with :prefix1 or starts_with :prefix2) and (ends_with :suffix1 or ends_with :suffix2)". Substitution variables should start with ':' symbol.
expression - The expression which includes condition names followed by substitution variables, possibly grouped and
combined with other conditions. For example,
"(starts_with :prefix1 or starts_with :prefix2) and (ends_with :suffix1 or ends_with :suffix2)".
Substitution variables should start with ':' symbol.FilterExpression.Builder valuesMap(Map<String,String> valuesMap)
The map of substitution variable names to their values used in this filter expression.
valuesMap - The map of substitution variable names to their values used in this filter expression.Copyright © 2023. All rights reserved.