Uses of Class
net.ygbstudio.jbrave.api.builders.BraveVideoQuery
Packages that use BraveVideoQuery
-
Uses of BraveVideoQuery in net.ygbstudio.jbrave.api.builders
Methods in net.ygbstudio.jbrave.api.builders that return BraveVideoQueryModifier and TypeMethodDescriptionstatic BraveVideoQueryBraveVideoQuery.builder()Creates a new instance ofBraveVideoQueryBraveVideoQuery.count(int count) Adds the count option to the URL query.BraveVideoQuery.enableOperators()Adds the operators option to the URL query.BraveVideoQuery.execute()Executes the request and returns response of string.Adds a freshness option to the URL query representing a date range.Adds a freshness option to the URL query using an existingFreshnessinstance.BraveVideoQuery.includeFetchMetadata(boolean includeFetchMetadata) Adds the include_fetch_metadata option to the URL query.<T extends LanguageIdentifier>
BraveVideoQueryBraveVideoQuery.language(T searchLanguage) Adds the search language option to the URL query.<T extends RegionLocaleIdentifier>
BraveVideoQueryBraveVideoQuery.market(T uiLanguage) Adds the market option to the URL query.BraveVideoQuery.offset(int offset) Adds the offset option to the URL query.Adds a search term to the URL query.BraveVideoQuery.reset()Clears the current instance ofBraveVideoQueryby resetting its state to its initial values.BraveVideoQuery.safeSearch(@NotNull SafeSearch safeSearch) Adds a safe search option to the URL query.BraveVideoQuery.spellcheck(boolean spellcheck) Adds the spell check option to the URL query.BraveVideoQuery.withHeaders(@NotNull Consumer<BraveVideoQuery.BraveRequestBuilder> headers) Sets the request headers using the provided consumer.BraveVideoQuery.withOperators(@NotNull Consumer<SearchOperatorBuilder> operators) Adds search operations to the query term for advanced result filtering.BraveVideoQuery.withRetries(int maxRetries) Sets the maximum number of retry attempts for rate-limited (HTTP 429) responses.BraveVideoQuery.withToken(@NotNull ClientInfo clientInfo) Sets the subscription token header using the providedClientInfoinstance.