Class BraveSpellcheckQuery

All Implemented Interfaces:
BraveQueryBuilder<BraveSpellcheckQuery,SpellcheckSearchApiResponse>

A builder class for building Brave Spell Check API queries.

This class 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 a stateful, reusable builder intended for single-threaded use.

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