Interface Elevation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Elevation.Builder,Elevation>, SdkBuilder<Elevation.Builder,Elevation>, SdkPojo
Enclosing class:
Elevation

public static interface Elevation.Builder extends SdkPojo, CopyableBuilder<Elevation.Builder,Elevation>
  • Method Details

    • unit

      Elevation angle units.

      Parameters:
      unit - Elevation angle units.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • unit

      Elevation angle units.

      Parameters:
      unit - Elevation angle units.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      Elevation.Builder value(Double value)

      Elevation angle value.

      Parameters:
      value - Elevation angle value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.