Interface IntegerRangeConstraint.Builder

  • Method Details

    • min

      The minimum allowed value.

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

      The maximum allowed value.

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