public static interface CriterionAdditionalProperties.Builder extends SdkPojo, CopyableBuilder<CriterionAdditionalProperties.Builder,CriterionAdditionalProperties>
| Modifier and Type | Method and Description |
|---|---|
CriterionAdditionalProperties.Builder |
eq(Collection<String> eq)
An equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
eq(String... eq)
An equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
gt(Long gt)
A greater than condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
gte(Long gte)
A greater than or equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
lt(Long lt)
A less than condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
lte(Long lte)
A less than or equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
neq(Collection<String> neq)
A not equal to condition to apply to a specified property value for findings.
|
CriterionAdditionalProperties.Builder |
neq(String... neq)
A not equal to condition to apply to a specified property value for findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCriterionAdditionalProperties.Builder eq(Collection<String> eq)
An equal to condition to apply to a specified property value for findings.
eq - An equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder eq(String... eq)
An equal to condition to apply to a specified property value for findings.
eq - An equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder gt(Long gt)
A greater than condition to apply to a specified property value for findings.
gt - A greater than condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder gte(Long gte)
A greater than or equal to condition to apply to a specified property value for findings.
gte - A greater than or equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder lt(Long lt)
A less than condition to apply to a specified property value for findings.
lt - A less than condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder lte(Long lte)
A less than or equal to condition to apply to a specified property value for findings.
lte - A less than or equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder neq(Collection<String> neq)
A not equal to condition to apply to a specified property value for findings.
neq - A not equal to condition to apply to a specified property value for findings.CriterionAdditionalProperties.Builder neq(String... neq)
A not equal to condition to apply to a specified property value for findings.
neq - A not equal to condition to apply to a specified property value for findings.Copyright © 2020. All rights reserved.