Uses of Class
org.gbif.api.util.HttpURI
-
Packages that use HttpURI Package Description org.gbif.api.model.collections org.gbif.api.model.registry org.gbif.api.util -
-
Uses of HttpURI in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections with annotations of type HttpURI Modifier and Type Method Description URI
Collection. getFeaturedImageUrl()
URI
CollectionEntity. getFeaturedImageUrl()
URI
Institution. getFeaturedImageUrl()
URI
Collection. getHomepage()
URL containing information about a collection.URI
Institution. getHomepage()
URL to the home page of an institution.URI
Institution. getLogoUrl()
Logo/Image that identifies the institution. -
Uses of HttpURI in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry with annotations of type HttpURI Modifier and Type Method Description URI
Dataset. getHomepage()
URI
Dataset. getLogoUrl()
URI
Network. getLogoUrl()
URI
Node. getLogoUrl()
URI
Organization. getLogoUrl()
-
Uses of HttpURI in org.gbif.api.util
Methods in org.gbif.api.util with parameters of type HttpURI Modifier and Type Method Description void
URIValidator. initialize(HttpURI uri)
Initializes the validator in preparation forURIValidator.isValid(URI, javax.validation.ConstraintValidatorContext)
calls.
-