Uses of Class
net.ygbstudio.jbrave.api.builders.BraveWebQuery
Packages that use BraveWebQuery
-
Uses of BraveWebQuery in net.ygbstudio.jbrave.api.builders
Methods in net.ygbstudio.jbrave.api.builders that return BraveWebQueryModifier and TypeMethodDescriptionstatic @NotNull BraveWebQueryBraveWebQuery.builder()Creates a new instance ofBraveWebQuerywith an empty URL query.BraveWebQuery.count(int count) Adds the count option to the URL query.<T extends CountryIdentifier>
BraveWebQueryBraveWebQuery.country(T country) Adds the country option to the URL query.BraveWebQuery.enableOperators()Adds the operators option to the URL query.BraveWebQuery.enableRichCallback(boolean enableRichCallback) Adds the enable_rich_callback option to the URL query.BraveWebQuery.execute()BraveWebQuery.extraSnippets(boolean extraSnippets) Adds the extra_snippets option to the URL query.Adds a freshness option to the URL query representing a date range.Adds a freshness option to the URL query using an existingFreshnessinstance.Adds a goggles URL option to the URL query.BraveWebQuery.includeFetchMetadata(boolean includeFetchMetadata) Adds the include_fetch_metadata option to the URL query.<T extends LanguageIdentifier>
BraveWebQueryBraveWebQuery.language(T languageIdentifier) Adds the language option to the URL query.<T extends RegionLocaleIdentifier>
BraveWebQueryBraveWebQuery.market(T regionLocale) Adds the market option to the URL query.BraveWebQuery.offset(int offset) Adds the offset option to the URL query.Adds a search term to the URL query.BraveWebQuery.reset()Clears the current instance ofBraveWebQueryby resetting its state to its initial values.BraveWebQuery.resultFilters(Set<ResultFilter> resultFilterList) Adds result filters to the URL query.BraveWebQuery.safeSearch(@NotNull SafeSearch safeSearch) Adds a safe search option to the URL query.BraveWebQuery.spellCheck(boolean spellCheck) Adds the spellcheck option to the URL query.BraveWebQuery.summary(boolean summary) Adds the summary option to the URL query.BraveWebQuery.textDecorations(boolean textDecorations) Adds the text_decorations option to the URL query.Adds the units option to the URL query.BraveWebQuery.withHeaders(@NotNull Consumer<BraveWebQuery.BraveRequestBuilder> headers) Sets the request headers using the provided consumer.BraveWebQuery.withOperators(@NotNull Consumer<SearchOperatorBuilder> operators) Adds search operations to the query term for advanced result filtering.BraveWebQuery.withRetries(int maxRetries) Sets the maximum number of retry attempts for rate-limited (HTTP 429) responses.BraveWebQuery.withToken(@NotNull ClientInfo clientInfo) Sets the subscription token header using the providedClientInfoinstance.