Uses of Class
org.gbif.api.model.common.DOI
-
Packages that use DOI Package Description org.gbif.api.model.common org.gbif.api.model.occurrence org.gbif.api.model.registry org.gbif.api.model.registry.search -
-
Uses of DOI in org.gbif.api.model.common
Methods in org.gbif.api.model.common that return DOI Modifier and Type Method Description DOI
DOI.DoiDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Methods in org.gbif.api.model.common with parameters of type DOI Modifier and Type Method Description void
DOI.DoiSerializer. serialize(DOI value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-
Uses of DOI in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return DOI Modifier and Type Method Description DOI
Download. getDoi()
Occurrence download Digital Object Identifier.Methods in org.gbif.api.model.occurrence with parameters of type DOI Modifier and Type Method Description void
Download. setDoi(DOI doi)
-
Uses of DOI in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return DOI Modifier and Type Method Description DOI
DatasetOccurrenceDownloadUsage. getDatasetDOI()
Dataset DOI at the moment when the download was created.DOI
Dataset. getDoi()
Methods in org.gbif.api.model.registry with parameters of type DOI Modifier and Type Method Description void
DatasetOccurrenceDownloadUsage. setDatasetDOI(DOI datasetDOI)
void
Dataset. setDoi(DOI doi)
-
Uses of DOI in org.gbif.api.model.registry.search
Methods in org.gbif.api.model.registry.search that return DOI Modifier and Type Method Description DOI
DatasetSearchResult. getDoi()
Methods in org.gbif.api.model.registry.search with parameters of type DOI Modifier and Type Method Description void
DatasetSearchResult. setDoi(DOI doi)
-