Uses of Class
org.gbif.api.model.collections.MasterSourceMetadata
-
Packages that use MasterSourceMetadata Package Description org.gbif.api.model.collections org.gbif.api.service.collections -
-
Uses of MasterSourceMetadata in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return MasterSourceMetadata Modifier and Type Method Description MasterSourceMetadataCollection. getMasterSourceMetadata()MasterSourceMetadataCollectionEntity. getMasterSourceMetadata()Master source metadataMasterSourceMetadataInstitution. getMasterSourceMetadata()Methods in org.gbif.api.model.collections with parameters of type MasterSourceMetadata Modifier and Type Method Description voidCollection. 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 MasterSourceMetadata Modifier and Type Method Description MasterSourceMetadataCollectionEntityService. getMasterSourceMetadata(@NotNull UUID targetEntityKey)Returns theMasterSourceMetadataof the entity.Methods in org.gbif.api.service.collections with parameters of type MasterSourceMetadata Modifier and Type Method Description intCollectionEntityService. addMasterSourceMetadata(UUID targetEntityKey, MasterSourceMetadata masterSourceMetadata)AddsMasterSourceMetadatato an entity.
-