public static interface SimpleScopeTerm.Builder extends SdkPojo, CopyableBuilder<SimpleScopeTerm.Builder,SimpleScopeTerm>
| Modifier and Type | Method and Description |
|---|---|
SimpleScopeTerm.Builder |
comparator(JobComparator comparator)
The operator to use in the condition.
|
SimpleScopeTerm.Builder |
comparator(String comparator)
The operator to use in the condition.
|
SimpleScopeTerm.Builder |
key(ScopeFilterKey key)
The property to use in the condition.
|
SimpleScopeTerm.Builder |
key(String key)
The property to use in the condition.
|
SimpleScopeTerm.Builder |
values(Collection<String> values)
An array that lists one or more values to use in the condition.
|
SimpleScopeTerm.Builder |
values(String... values)
An array that lists one or more values to use in the condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimpleScopeTerm.Builder comparator(String comparator)
The operator to use in the condition.
comparator - The operator to use in the condition.JobComparator,
JobComparatorSimpleScopeTerm.Builder comparator(JobComparator comparator)
The operator to use in the condition.
comparator - The operator to use in the condition.JobComparator,
JobComparatorSimpleScopeTerm.Builder key(String key)
The property to use in the condition.
key - The property to use in the condition.ScopeFilterKey,
ScopeFilterKeySimpleScopeTerm.Builder key(ScopeFilterKey key)
The property to use in the condition.
key - The property to use in the condition.ScopeFilterKey,
ScopeFilterKeySimpleScopeTerm.Builder values(Collection<String> values)
An array that lists one or more values to use in the condition.
values - An array that lists one or more values to use in the condition.SimpleScopeTerm.Builder values(String... values)
An array that lists one or more values to use in the condition.
values - An array that lists one or more values to use in the condition.Copyright © 2020. All rights reserved.