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 LicenseLicenseSerde.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 voidLicenseSerde.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 LicenseCollection. getFeaturedImageLicense()LicenseCollectionEntity. getFeaturedImageLicense()LicenseInstitution. getFeaturedImageLicense()Methods in org.gbif.api.model.collections with parameters of type License Modifier and Type Method Description voidCollection. setFeaturedImageLicense(License featuredImageLicense)voidCollectionEntity. setFeaturedImageLicense(License featuredImageLicense)voidInstitution. 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 LicenseDownload. getLicense()Get the license assigned to this occurrence download.@NotNull LicenseOccurrence. 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 voidDownload. setLicense(License license)voidOccurrence. 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 LicenseDataset. getLicense()Persisted in the database table.Methods in org.gbif.api.model.registry with parameters of type License Modifier and Type Method Description voidDataset. 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 LicenseDatasetSearchResult. getLicense()Methods in org.gbif.api.model.registry.search with parameters of type License Modifier and Type Method Description voidDatasetSearchResult. 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 LicenseLicense. getMostRestrictive(License license1, License license2, License fallback)Get the most restrictive license between the 2 provided licenses.static LicenseLicense. 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 anLicensefrom its name as String.Methods in org.gbif.api.vocabulary with parameters of type License Modifier and Type Method Description static LicenseLicense. 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 LicenseLicenseMixin. getLicense()
-