public static interface NumberFilter.Builder extends SdkPojo, CopyableBuilder<NumberFilter.Builder,NumberFilter>
| Modifier and Type | Method and Description |
|---|---|
NumberFilter.Builder |
eq(Double eq)
The equal-to condition to be applied to a single field when querying for findings.
|
NumberFilter.Builder |
gte(Double gte)
The greater-than-equal condition to be applied to a single field when querying for findings.
|
NumberFilter.Builder |
lte(Double lte)
The less-than-equal condition to be applied to a single field when querying for findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNumberFilter.Builder gte(Double gte)
The greater-than-equal condition to be applied to a single field when querying for findings.
gte - The greater-than-equal condition to be applied to a single field when querying for findings.NumberFilter.Builder lte(Double lte)
The less-than-equal condition to be applied to a single field when querying for findings.
lte - The less-than-equal condition to be applied to a single field when querying for findings.NumberFilter.Builder eq(Double eq)
The equal-to condition to be applied to a single field when querying for findings.
eq - The equal-to condition to be applied to a single field when querying for findings.Copyright © 2023. All rights reserved.