public static interface Condition.Builder extends SdkPojo, CopyableBuilder<Condition.Builder,Condition>
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
eq(Collection<String> eq)
Deprecated.
|
Condition.Builder |
eq(String... eq)
Deprecated.
|
Condition.Builder |
equalsValue(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
equalsValue(String... equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
greaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
greaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than or equal condition to be applied to a single field when querying for
findings.
|
Condition.Builder |
gt(Integer gt)
Deprecated.
|
Condition.Builder |
gte(Integer gte)
Deprecated.
|
Condition.Builder |
lessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
lessThanOrEqual(Long lessThanOrEqual)
Represents a less than or equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
lt(Integer lt)
Deprecated.
|
Condition.Builder |
lte(Integer lte)
Deprecated.
|
Condition.Builder |
neq(Collection<String> neq)
Deprecated.
|
Condition.Builder |
neq(String... neq)
Deprecated.
|
Condition.Builder |
notEquals(Collection<String> notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
notEquals(String... notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, build@Deprecated Condition.Builder eq(Collection<String> eq)
Represents the equal condition to be applied to a single field when querying for findings.
eq - Represents the equal condition to be applied to a single field when querying for findings.@Deprecated Condition.Builder eq(String... eq)
Represents the equal condition to be applied to a single field when querying for findings.
eq - Represents the equal condition to be applied to a single field when querying for findings.@Deprecated Condition.Builder neq(Collection<String> neq)
Represents the not equal condition to be applied to a single field when querying for findings.
neq - Represents the not equal condition to be applied to a single field when querying for findings.@Deprecated Condition.Builder neq(String... neq)
Represents the not equal condition to be applied to a single field when querying for findings.
neq - Represents the not equal condition to be applied to a single field when querying for findings.@Deprecated Condition.Builder gt(Integer gt)
Represents a greater than condition to be applied to a single field when querying for findings.
gt - Represents a greater than condition to be applied to a single field when querying for findings.@Deprecated Condition.Builder gte(Integer gte)
Represents a greater than or equal condition to be applied to a single field when querying for findings.
gte - Represents a greater than or equal condition to be applied to a single field when querying for
findings.@Deprecated Condition.Builder lt(Integer lt)
Represents a less than condition to be applied to a single field when querying for findings.
lt - Represents a less than condition to be applied to a single field when querying for findings.@Deprecated Condition.Builder lte(Integer lte)
Represents a less than or equal condition to be applied to a single field when querying for findings.
lte - Represents a less than or equal condition to be applied to a single field when querying for
findings.Condition.Builder equalsValue(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
equals - Represents an equal condition to be applied to a single field when querying for findings.Condition.Builder equalsValue(String... equals)
Represents an equal condition to be applied to a single field when querying for findings.
equals - Represents an equal condition to be applied to a single field when querying for findings.Condition.Builder notEquals(Collection<String> notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
notEquals - Represents a not equal condition to be applied to a single field when querying for
findings.Condition.Builder notEquals(String... notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
notEquals - Represents a not equal condition to be applied to a single field when querying for
findings.Condition.Builder greaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
greaterThan - Represents a greater than condition to be applied to a single field when querying for findings.Condition.Builder greaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than or equal condition to be applied to a single field when querying for findings.
greaterThanOrEqual - Represents a greater than or equal condition to be applied to a single field when querying for
findings.Condition.Builder lessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
lessThan - Represents a less than condition to be applied to a single field when querying for findings.Condition.Builder lessThanOrEqual(Long lessThanOrEqual)
Represents a less than or equal condition to be applied to a single field when querying for findings.
lessThanOrEqual - Represents a less than or equal condition to be applied to a single field when querying for
findings.Copyright © 2022. All rights reserved.