Interface IntegerParameterRangeSpecification.Builder

  • Method Details

    • minValue

      The minimum integer value allowed.

      Parameters:
      minValue - The minimum integer value allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxValue

      The maximum integer value allowed.

      Parameters:
      maxValue - The maximum integer value allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.