Interface NumberValidation.Builder

  • Method Details

    • minValue

      NumberValidation.Builder minValue(Double minValue)

      Minimum allowed value.

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

      NumberValidation.Builder maxValue(Double maxValue)

      Maximum allowed value.

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