Uses of Class
org.gbif.api.model.collections.OccurrenceMapping
Packages that use OccurrenceMapping
-
Uses of OccurrenceMapping in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type OccurrenceMappingModifier and TypeMethodDescription@NotNull List<OccurrenceMapping>Collection.getOccurrenceMappings()Institution.getOccurrenceMappings()@NotNull List<OccurrenceMapping>OccurrenceMappeable.getOccurrenceMappings()Methods in org.gbif.api.model.collections with parameters of type OccurrenceMappingModifier and TypeMethodDescriptionbooleanOccurrenceMapping.lenientEquals(OccurrenceMapping other) Method parameters in org.gbif.api.model.collections with type arguments of type OccurrenceMappingModifier and TypeMethodDescriptionvoidCollection.setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings) voidInstitution.setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings) voidOccurrenceMappeable.setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings) -
Uses of OccurrenceMapping in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return types with arguments of type OccurrenceMappingModifier and TypeMethodDescriptionOccurrenceMappingService.listOccurrenceMappings(@NotNull UUID targetEntityKey) List allOccurrenceMappingof a target entity.Methods in org.gbif.api.service.collections with parameters of type OccurrenceMappingModifier and TypeMethodDescriptionintOccurrenceMappingService.addOccurrenceMapping(@NotNull UUID targetEntityKey, @NotNull @Valid OccurrenceMapping occurrenceMapping) Add a newOccurrenceMappingto a target entity.