Interface Parameter.Builder

    • Method Detail

      • name

        Parameter.Builder name​(String name)

        The name of the parameter.

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

        Parameter.Builder type​(String type)

        The type of the parameter.

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

        Parameter.Builder value​(String value)

        The value of the parameter.

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