Interface RangeConstant.Builder

    • Method Detail

      • minimum

        RangeConstant.Builder minimum​(String minimum)

        The minimum value for a range constant.

        Parameters:
        minimum - The minimum value for a range constant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maximum

        RangeConstant.Builder maximum​(String maximum)

        The maximum value for a range constant.

        Parameters:
        maximum - The maximum value for a range constant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.