Uses of Class
net.ygbstudio.jbrave.api.builders.BraveSpellcheckQuery
Packages that use BraveSpellcheckQuery
-
Uses of BraveSpellcheckQuery in net.ygbstudio.jbrave.api.builders
Methods in net.ygbstudio.jbrave.api.builders that return BraveSpellcheckQueryModifier and TypeMethodDescriptionstatic BraveSpellcheckQueryBraveSpellcheckQuery.builder()<T extends CountryIdentifier>
BraveSpellcheckQueryBraveSpellcheckQuery.country(T country) Adds the country option to the URL query.BraveSpellcheckQuery.execute()Executes the request and returns response of string.<T extends LanguageIdentifier>
BraveSpellcheckQueryBraveSpellcheckQuery.language(T language) Adds the language option to the URL query.Adds a search term to the URL query.BraveSpellcheckQuery.reset()Clears the current instance ofBraveSpellcheckQueryby resetting its state to its initial values.BraveSpellcheckQuery.withHeaders(@NotNull Consumer<BraveSpellcheckQuery.BraveRequestBuilder> headers) Sets the request headers using the provided consumer.BraveSpellcheckQuery.withRetries(int maxRetries) Sets the maximum number of retry attempts for rate-limited (HTTP 429) responses.BraveSpellcheckQuery.withToken(@NotNull ClientInfo clientInfo) Sets the subscription token header using the providedClientInfoinstance.