Uses of Interface
net.ygbstudio.jbrave.core.domain.provided.CountryIdentifier
Packages that use CountryIdentifier
Package
Description
-
Uses of CountryIdentifier in net.ygbstudio.jbrave.api.builders
Methods in net.ygbstudio.jbrave.api.builders with type parameters of type CountryIdentifierModifier and TypeMethodDescription<T extends CountryIdentifier>
BraveImageQueryBraveImageQuery.country(T country) Adds the country option to the URL query.<T extends CountryIdentifier>
BraveSpellcheckQueryBraveSpellcheckQuery.country(T country) Adds the country option to the URL query.<T extends CountryIdentifier>
BraveSuggestQueryBraveSuggestQuery.country(T country) Adds the country option to the URL query.<T extends CountryIdentifier>
BraveWebQueryBraveWebQuery.country(T country) Adds the country option to the URL query. -
Uses of CountryIdentifier in net.ygbstudio.jbrave.api.options
Classes in net.ygbstudio.jbrave.api.options that implement CountryIdentifierModifier and TypeClassDescriptionenumEnumeration representing a country supported by the Brave Search API. -
Uses of CountryIdentifier in net.ygbstudio.jbrave.core.domain.provided
Methods in net.ygbstudio.jbrave.core.domain.provided with parameters of type CountryIdentifierModifier and TypeMethodDescriptionstatic @NotNull StringCountryIdentifier.urlParam(@NotNull CountryIdentifier countryIdentifier) Generates the URL parameter for this country identifier.