Uses of Interface
net.ygbstudio.jbrave.core.domain.SearchOption
Packages that use SearchOption
Package
Description
-
Uses of SearchOption in net.ygbstudio.jbrave.api.filters
Classes in net.ygbstudio.jbrave.api.filters that implement SearchOptionModifier and TypeClassDescriptionenumAn enumeration representing freshness filters for the API requests.enumEnumeration of possible result filters to be used in the api requests.enumEnumeration representing safe search filters for the API requests. -
Uses of SearchOption in net.ygbstudio.jbrave.api.options
Classes in net.ygbstudio.jbrave.api.options that implement SearchOptionModifier and TypeClassDescriptionenumEnumeration representing a country supported by the Brave Search API.enumEnumeration representing a market locale supported by the Brave Search API.enumEnum representing the different language identifiers supported by the Brave Search API.enumEnumeration of the different units of measurement that can be used in the search methods. -
Uses of SearchOption in net.ygbstudio.jbrave.core.builders
Fields in net.ygbstudio.jbrave.core.builders with type parameters of type SearchOptionModifier and TypeFieldDescriptionprotected Set<SearchOption> AbstractQueryUrlBuilder.optionTrackerMethods in net.ygbstudio.jbrave.core.builders with parameters of type SearchOptionModifier and TypeMethodDescriptionprotected final <U> TAbstractQueryUrlBuilder.addOption(@NotNull SearchOption option, U value) Adds an option to the URL query.protected final booleanAbstractQueryUrlBuilder.optionMissing(@NotNull SearchOption option) Checks if the given search option is already present in the URL query. -
Uses of SearchOption in net.ygbstudio.jbrave.core.domain
Subinterfaces of SearchOption in net.ygbstudio.jbrave.core.domainModifier and TypeInterfaceDescriptioninterfaceThis interface identifies search options that must provide methods to ensure that they produce the correct typedSearchOptionCarriersince their values are provided by the client, not by the API.interfaceAn interface representing a search option that provides a key and a value for a URL parameter.interfaceAn interface representing a search filter. -
Uses of SearchOption in net.ygbstudio.jbrave.core.domain.modes
Classes in net.ygbstudio.jbrave.core.domain.modes that implement SearchOptionModifier and TypeClassDescriptionenumEnumeration class representing filter modes for the Brave Search API. -
Uses of SearchOption in net.ygbstudio.jbrave.core.domain.provided
Subinterfaces of SearchOption in net.ygbstudio.jbrave.core.domain.providedModifier and TypeInterfaceDescriptioninterfaceAn interface representing a country identifier.interfaceAn interface representing a language identifier.interfaceAn interface representing a region-locale identifier. -
Uses of SearchOption in net.ygbstudio.jbrave.core.model
Classes in net.ygbstudio.jbrave.core.model that implement SearchOptionModifier and TypeClassDescriptionenumEnumeration of the search options available in the Brave API.Methods in net.ygbstudio.jbrave.core.model that return SearchOptionModifier and TypeMethodDescriptionBraveSearchOption.option()Returns the value of theoptionrecord component.SearchOptionCarrier.option()Returns theSearchOptionassociated with this carrier.Methods in net.ygbstudio.jbrave.core.model with parameters of type SearchOptionModifier and TypeMethodDescriptionstatic <V> @NotNull BraveSearchOption<V> BraveSearchOption.of(SearchOption key, V value) Creates a newBraveSearchOptionwith the given key and value.Constructors in net.ygbstudio.jbrave.core.model with parameters of type SearchOptionModifierConstructorDescriptionBraveSearchOption(SearchOption option, V value) Creates an instance of aBraveSearchOptionrecord class.