Interface Range.Builder

    • Method Detail

      • maximum

        Range.Builder maximum​(Double maximum)

        Maximum value supported by the field.

        Parameters:
        maximum - Maximum value supported by the field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimum

        Range.Builder minimum​(Double minimum)

        Minimum value supported by the field.

        Parameters:
        minimum - Minimum value supported by the field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.