Interface ViewSunAzimuthInput.Builder

  • Method Details

    • lowerBound

      ViewSunAzimuthInput.Builder lowerBound(Float lowerBound)

      The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.

      Parameters:
      lowerBound - The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upperBound

      ViewSunAzimuthInput.Builder upperBound(Float upperBound)

      The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.

      Parameters:
      upperBound - The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.