public static interface ViewSunAzimuthInput.Builder extends SdkPojo, CopyableBuilder<ViewSunAzimuthInput.Builder,ViewSunAzimuthInput>
| Modifier and Type | Method and Description |
|---|---|
ViewSunAzimuthInput.Builder |
lowerBound(Float lowerBound)
The minimum value for ViewSunAzimuth property filter.
|
ViewSunAzimuthInput.Builder |
upperBound(Float upperBound)
The maximum value for ViewSunAzimuth property filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildViewSunAzimuthInput.Builder lowerBound(Float lowerBound)
The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
lowerBound - The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater
than or equal to this value.ViewSunAzimuthInput.Builder upperBound(Float upperBound)
The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
upperBound - The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser
than or equal to this value.Copyright © 2023. All rights reserved.