public static interface Criterion.Builder extends SdkPojo, CopyableBuilder<Criterion.Builder,Criterion>
| Modifier and Type | Method and Description |
|---|---|
Criterion.Builder |
contains(Collection<String> contains)
A "contains" operator to match for the filter used to create the rule.
|
Criterion.Builder |
contains(String... contains)
A "contains" operator to match for the filter used to create the rule.
|
Criterion.Builder |
eq(Collection<String> eq)
An "equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
eq(String... eq)
An "equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
exists(Boolean exists)
An "exists" operator to match for the filter used to create the rule.
|
Criterion.Builder |
neq(Collection<String> neq)
A "not equals" operator to match for the filter used to create the rule.
|
Criterion.Builder |
neq(String... neq)
A "not equals" operator to match for the filter used to create the rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCriterion.Builder contains(Collection<String> contains)
A "contains" operator to match for the filter used to create the rule.
contains - A "contains" operator to match for the filter used to create the rule.Criterion.Builder contains(String... contains)
A "contains" operator to match for the filter used to create the rule.
contains - A "contains" operator to match for the filter used to create the rule.Criterion.Builder eq(Collection<String> eq)
An "equals" operator to match for the filter used to create the rule.
eq - An "equals" operator to match for the filter used to create the rule.Criterion.Builder eq(String... eq)
An "equals" operator to match for the filter used to create the rule.
eq - An "equals" operator to match for the filter used to create the rule.Criterion.Builder exists(Boolean exists)
An "exists" operator to match for the filter used to create the rule.
exists - An "exists" operator to match for the filter used to create the rule.Criterion.Builder neq(Collection<String> neq)
A "not equals" operator to match for the filter used to create the rule.
neq - A "not equals" operator to match for the filter used to create the rule.Criterion.Builder neq(String... neq)
A "not equals" operator to match for the filter used to create the rule.
neq - A "not equals" operator to match for the filter used to create the rule.Copyright © 2022. All rights reserved.