Uses of Enum Class
org.gbif.api.vocabulary.License
Packages that use License
Package
Description
-
Uses of License in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return LicenseModifier and TypeMethodDescriptionLicenseSerde.LicenseJsonDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.gbif.api.jackson with parameters of type License -
Uses of License in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return LicenseModifier and TypeMethodDescriptionCollection.getFeaturedImageLicense()
CollectionEntity.getFeaturedImageLicense()
Institution.getFeaturedImageLicense()
Methods in org.gbif.api.model.collections with parameters of type LicenseModifier and TypeMethodDescriptionvoid
Collection.setFeaturedImageLicense
(License featuredImageLicense) void
CollectionEntity.setFeaturedImageLicense
(License featuredImageLicense) void
Institution.setFeaturedImageLicense
(License featuredImageLicense) -
Uses of License in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return LicenseModifier and TypeMethodDescriptionDownload.getLicense()
Get the license assigned to this occurrence download.@NotNull License
Occurrence.getLicense()
Applied license to the occurrence record or dataset to which this record belongs to.Methods in org.gbif.api.model.occurrence with parameters of type LicenseModifier and TypeMethodDescriptionvoid
Download.setLicense
(License license) void
Occurrence.setLicense
(License license) -
Uses of License in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return LicenseMethods in org.gbif.api.model.registry with parameters of type LicenseModifier and TypeMethodDescriptionvoid
Dataset.setLicense
(License license) Persisted in the database table. -
Uses of License in org.gbif.api.model.registry.search
Methods in org.gbif.api.model.registry.search that return LicenseMethods in org.gbif.api.model.registry.search with parameters of type License -
Uses of License in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return LicenseModifier and TypeMethodDescriptionstatic License
License.getMostRestrictive
(License license1, License license2, License fallback) Get the most restrictive license between the 2 provided licenses.static License
Returns the enum constant of this class with the specified name.static License[]
License.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.vocabulary that return types with arguments of type LicenseModifier and TypeMethodDescriptionLicense.fromLicenseUrl
(String licenseUrl) Lookup a License by either its a) legal code URL or b) human readable summary URL, with HTTP or HTTPS.License.fromString
(String license) Get anLicense
from its name as String.Methods in org.gbif.api.vocabulary with parameters of type LicenseModifier and TypeMethodDescriptionstatic License
License.getMostRestrictive
(License license1, License license2, License fallback) Get the most restrictive license between the 2 provided licenses. -
Uses of License in org.gbif.api.ws.mixin
Methods in org.gbif.api.ws.mixin that return License