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 TypeMethodDescriptionvoidCollection.setMasterSourceMetadata(MasterSourceMetadata masterSourceMetadata) voidCollectionEntity.setMasterSourceMetadata(MasterSourceMetadata masterSourceMetadata) voidInstitution.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 theMasterSourceMetadataof the entity.Methods in org.gbif.api.service.collections with parameters of type MasterSourceMetadataModifier and TypeMethodDescriptionintCollectionEntityService.addMasterSourceMetadata(UUID targetEntityKey, MasterSourceMetadata masterSourceMetadata) AddsMasterSourceMetadatato an entity.