Interface IntegerParameter.Builder

  • Method Details

    • name

      The name of the integer parameter.

      Parameters:
      name - The name of the integer parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The values for the integer parameter.

      Parameters:
      values - The values for the integer parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      IntegerParameter.Builder values(Long... values)

      The values for the integer parameter.

      Parameters:
      values - The values for the integer parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.