Uses of Interface
net.ygbstudio.jbrave.core.model.SearchOptionCarrier
Packages that use SearchOptionCarrier
Package
Description
-
Uses of SearchOptionCarrier in net.ygbstudio.jbrave.api.filters
Methods in net.ygbstudio.jbrave.api.filters that return SearchOptionCarrierModifier and TypeMethodDescriptionstatic @NotNull @Unmodifiable SearchOptionCarrier<String> Joins the given dates with the "to" keyword and returns it as a value for the freshness filter.static @NotNull @Unmodifiable SearchOptionCarrier<String> ResultFilter.from(@NotNull Set<ResultFilter> resultFilterSet) @NotNull @Unmodifiable SearchOptionCarrier<String> Freshness.toSearchOption()@NotNull @Unmodifiable SearchOptionCarrier<String> ResultFilter.toSearchOption()@NotNull @Unmodifiable SearchOptionCarrier<String> SafeSearch.toSearchOption() -
Uses of SearchOptionCarrier in net.ygbstudio.jbrave.api.options
Methods in net.ygbstudio.jbrave.api.options that return SearchOptionCarrierModifier and TypeMethodDescription@NotNull @Unmodifiable SearchOptionCarrier<String> Country.toSearchOption()@NotNull @Unmodifiable SearchOptionCarrier<String> MarketLocale.toSearchOption()@NotNull @Unmodifiable SearchOptionCarrier<String> SearchLanguage.toSearchOption()@NotNull @Unmodifiable SearchOptionCarrier<String> Units.toSearchOption() -
Uses of SearchOptionCarrier in net.ygbstudio.jbrave.core.builders
Methods in net.ygbstudio.jbrave.core.builders with parameters of type SearchOptionCarrierModifier and TypeMethodDescriptionprotected final <V> TAbstractQueryUrlBuilder.addOptionCarrier(@NotNull SearchOptionCarrier<V> optionCarrier) Adds a search option carrier to the URL query. -
Uses of SearchOptionCarrier in net.ygbstudio.jbrave.core.domain
Methods in net.ygbstudio.jbrave.core.domain that return SearchOptionCarrierModifier and TypeMethodDescriptionProvidedOption.toSearchOption()Converts this search option to aSearchOptionCarrierthat can be used to build a URL parameter.SearchFilterOption.toSearchOption()Converts this search filter to aSearchOptionCarrierthat can be used to build a URL parameter. -
Uses of SearchOptionCarrier in net.ygbstudio.jbrave.core.domain.provided
Methods in net.ygbstudio.jbrave.core.domain.provided that return SearchOptionCarrierModifier and TypeMethodDescriptionCountryIdentifier.toSearchOption()Converts this country identifier to aSearchOptionCarrierthat can be used to build a URL parameter.LanguageIdentifier.toSearchOption()Converts this language identifier to aSearchOptionCarrierthat can be used to build a URL parameter.RegionLocaleIdentifier.toSearchOption()Converts this region locale identifier to aSearchOptionCarrierthat can be used to build a URL parameter. -
Uses of SearchOptionCarrier in net.ygbstudio.jbrave.core.model
Classes in net.ygbstudio.jbrave.core.model that implement SearchOptionCarrierModifier and TypeClassDescriptionfinal recordA search option that can be used in the search methods.