Interface ParameterNameValue.Builder

    • Method Detail

      • parameterName

        ParameterNameValue.Builder parameterName​(String parameterName)

        The name of the parameter.

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

        ParameterNameValue.Builder parameterValue​(String parameterValue)

        The value of the parameter.

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