{8.2.0-new} Request Query Parameters
Per-client or per-request query parameters can be specified using the following methods:
{@link oajr.client2.RestClientBuilder#queries(Object...) queries(Object...)} allows you to pass in a variety of query parameter objects, and {@link oajr.client2.RestClientBuilder#queryPairs(Object...) queryPairs(Object...)} allows you to specify several query parameters in a compact fashion.
The {@link oaj.httppart.HttpPartSchema} API allows you to define OpenAPI schemas to POJO data structures on query parameters.
The methods with {@link oaj.AddFlag} parameters allow you to control whether new query parameters get appended, prepended, or replace existing query parameters with the same name.