Class BraveImageQuery

All Implemented Interfaces:
BraveQueryBuilder<BraveImageQuery,ImageSearchApiResponse>

A builder for constructing Brave Image Search API queries.

This class is specifically designed for constructing Brave Image Search API queries, and is not intended to be instantiated directly. Instead, use the builder() method to create a new instance of the builder.

The builder is not thread-safe and not intended to be instantiated directly, instead use the builder() method to create a new instance of the builder. Also note that this builder is stateful, reusable builder intended for single-threaded use.

Method reset() will clear the internal state of the builder and must be called before reusing.