Uses of Class
org.gbif.api.model.collections.MasterSourceMetadata
Packages that use MasterSourceMetadata
-
Uses of MasterSourceMetadata in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return MasterSourceMetadataModifier and TypeMethodDescriptionCollection.getMasterSourceMetadata()
CollectionEntity.getMasterSourceMetadata()
Master source metadataInstitution.getMasterSourceMetadata()
Methods in org.gbif.api.model.collections with parameters of type MasterSourceMetadataModifier and TypeMethodDescriptionvoid
Collection.setMasterSourceMetadata
(MasterSourceMetadata masterSourceMetadata) void
CollectionEntity.setMasterSourceMetadata
(MasterSourceMetadata masterSourceMetadata) void
Institution.setMasterSourceMetadata
(MasterSourceMetadata masterSourceMetadata) -
Uses of MasterSourceMetadata in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return MasterSourceMetadataModifier and TypeMethodDescriptionCollectionEntityService.getMasterSourceMetadata
(@NotNull UUID targetEntityKey) Returns theMasterSourceMetadata
of the entity.Methods in org.gbif.api.service.collections with parameters of type MasterSourceMetadataModifier and TypeMethodDescriptionint
CollectionEntityService.addMasterSourceMetadata
(UUID targetEntityKey, MasterSourceMetadata masterSourceMetadata) AddsMasterSourceMetadata
to an entity.