Set a query parameter with the provided name and value. If the parameterValue is undefined or
empty, then this will attempt to remove an existing query parameter with the provided
parameterName.
Parameters
parameterName: string
parameterValue: any
Returns void
toString
toString(): string
Get the string representation of this query. The return value will not start with a "?".
A class that handles the query portion of a URLBuilder.