addAllQueryParams
Adds multiple query parameters to the URL.
This is a convenience function that internally uses the QueryParametersBuilder to manage query parameters. If a parameter already exists, the new value will be added to the existing values.
Return
the updated HttpUrlBuilder.
Parameters
queryParamValues
a map of parameter names to values.