Interface NameValuePair.Builder

    • Method Detail

      • name

        NameValuePair.Builder name​(String name)

        The name of the pair.

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

        NameValuePair.Builder value​(String value)

        The value of the pair.

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