Interface QueryStringKeyValuePair.Builder

  • Method Details

    • key

      The key of the query string parameter to match. Must contain only RFC 3986 unreserved characters.

      Parameters:
      key - The key of the query string parameter to match. Must contain only RFC 3986 unreserved characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the query string parameter to match. Must contain only RFC 3986 unreserved characters.

      Parameters:
      value - The value of the query string parameter to match. Must contain only RFC 3986 unreserved characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.