Uses of Interface
org.gbif.api.model.collections.suggestions.ChangeSuggestion
Packages that use ChangeSuggestion
-
Uses of ChangeSuggestion in org.gbif.api.model.collections.suggestions
Classes in org.gbif.api.model.collections.suggestions that implement ChangeSuggestionModifier and TypeClassDescriptionclassBaseChangeSuggestion<T extends CollectionEntity>classclass -
Uses of ChangeSuggestion in org.gbif.api.service.collections
Classes in org.gbif.api.service.collections with type parameters of type ChangeSuggestionModifier and TypeInterfaceDescriptioninterfaceChangeSuggestionService<T extends CollectionEntity,R extends ChangeSuggestion<T>> Defines the service to suggest changes in GRSciColl entities.Methods in org.gbif.api.service.collections with parameters of type ChangeSuggestionModifier and TypeMethodDescription<T extends CollectionEntity>
voidContactService.addSuggestionContacts(@NotNull UUID entityKey, @NotNull ChangeSuggestion<T> changeSuggestion) Adds aContactIH contact to an entity.