Uses of Class
org.gbif.api.model.common.MediaObject
-
Packages that use MediaObject Package Description org.gbif.api.model.checklistbank org.gbif.api.model.occurrence -
-
Uses of MediaObject in org.gbif.api.model.checklistbank
Subclasses of MediaObject in org.gbif.api.model.checklistbank Modifier and Type Class Description class
NameUsageMediaObject
An extension to the common MediaObject that adds a source taxon key property from checklistbank. -
Uses of MediaObject in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return types with arguments of type MediaObject Modifier and Type Method Description @NotNull List<MediaObject>
Occurrence. getMedia()
Method parameters in org.gbif.api.model.occurrence with type arguments of type MediaObject Modifier and Type Method Description void
Occurrence. setMedia(List<MediaObject> media)
-