Interface CommandParameterValueNumberRange.Builder

  • Method Details

    • min

      The minimum value of a numerical range of a command parameter value.

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

      The maximum value of a numerical range of a command parameter value.

      Parameters:
      max - The maximum value of a numerical range of a command parameter value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.