Interface QueryStringKeyValuePair.Builder

    • Method Detail

      • key

        QueryStringKeyValuePair.Builder key​(String key)

        The key. You can omit the key.

        Parameters:
        key - The key. You can omit the key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        QueryStringKeyValuePair.Builder value​(String value)

        The value.

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