Interface IntegerParameter.Builder

    • Method Detail

      • name

        IntegerParameter.Builder name​(String 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

        IntegerParameter.Builder values​(Collection<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.
      • 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.