Interface OutputParameter.Builder

    • Method Detail

      • name

        OutputParameter.Builder name​(String name)

        The name of the output parameter.

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

        OutputParameter.Builder value​(String value)

        The value of the output parameter.

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