Uses of Class
org.gbif.api.vocabulary.License
-
-
Uses of License in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return License Modifier and Type Method Description License
LicenseSerde.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 Modifier and Type Method Description void
LicenseSerde.LicenseJsonSerializer. serialize(License value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-
Uses of License in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return License Modifier and Type Method Description License
Collection. getFeaturedImageLicense()
License
CollectionEntity. getFeaturedImageLicense()
License
Institution. getFeaturedImageLicense()
Methods in org.gbif.api.model.collections with parameters of type License Modifier and Type Method Description void
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 License Modifier and Type Method Description License
Download. 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 License Modifier and Type Method Description void
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 License Modifier and Type Method Description License
Dataset. getLicense()
Persisted in the database table.Methods in org.gbif.api.model.registry with parameters of type License Modifier and Type Method Description void
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 License Modifier and Type Method Description License
DatasetSearchResult. getLicense()
Methods in org.gbif.api.model.registry.search with parameters of type License Modifier and Type Method Description void
DatasetSearchResult. setLicense(License license)
-
Uses of License in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return License Modifier and Type Method Description static License
License. getMostRestrictive(License license1, License license2, License fallback)
Get the most restrictive license between the 2 provided licenses.static License
License. valueOf(String name)
Returns the enum constant of this type with the specified name.static License[]
License. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.api.vocabulary that return types with arguments of type License Modifier and Type Method Description static Optional<License>
License. fromLicenseUrl(String licenseUrl)
Lookup a License by either its a) legal code URL or b) human readable summary URL, with HTTP or HTTPS.static Optional<License>
License. fromString(String license)
Get anLicense
from its name as String.Methods in org.gbif.api.vocabulary with parameters of type License Modifier and Type Method Description static 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 Modifier and Type Method Description License
LicenseMixin. getLicense()
-