Interface StringParameter.Builder

  • Method Details

    • name

      A display name for a string parameter.

      Parameters:
      name - A display name for a string parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The values of a string parameter.

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

      StringParameter.Builder values(String... values)

      The values of a string parameter.

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