public static interface NumberFilter.Builder extends SdkPojo, CopyableBuilder<NumberFilter.Builder,NumberFilter>
| Modifier and Type | Method and Description |
|---|---|
NumberFilter.Builder |
lowerInclusive(Double lowerInclusive)
The lowest number to be included in the filter.
|
NumberFilter.Builder |
upperInclusive(Double upperInclusive)
The highest number to be included in the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNumberFilter.Builder lowerInclusive(Double lowerInclusive)
The lowest number to be included in the filter.
lowerInclusive - The lowest number to be included in the filter.NumberFilter.Builder upperInclusive(Double upperInclusive)
The highest number to be included in the filter.
upperInclusive - The highest number to be included in the filter.Copyright © 2023. All rights reserved.