Uses of Class
org.gbif.api.model.registry.Citation
-
Packages that use Citation Package Description org.gbif.api.model.registry -
-
Uses of Citation in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return Citation Modifier and Type Method Description @Valid Citation
Dataset. getCitation()
The exact form of how to cite this dataset.Methods in org.gbif.api.model.registry that return types with arguments of type Citation Modifier and Type Method Description List<Citation>
Dataset. getBibliographicCitations()
Methods in org.gbif.api.model.registry with parameters of type Citation Modifier and Type Method Description void
Dataset. setCitation(Citation citation)
Persisted in the database table.Method parameters in org.gbif.api.model.registry with type arguments of type Citation Modifier and Type Method Description void
Dataset. setBibliographicCitations(List<Citation> bibliographicCitations)
-