Uses of Class
org.gbif.api.model.collections.descriptors.DescriptorChangeSuggestion
- 
Packages that use DescriptorChangeSuggestion Package Description org.gbif.api.service.collections 
- 
- 
Uses of DescriptorChangeSuggestion in org.gbif.api.service.collectionsMethods in org.gbif.api.service.collections that return DescriptorChangeSuggestion Modifier and Type Method Description DescriptorChangeSuggestionDescriptorChangeSuggestionService. createSuggestion(InputStream fileStream, String filename, DescriptorChangeSuggestionRequest request)Creates a new descriptor change suggestion.DescriptorChangeSuggestionDescriptorChangeSuggestionService. getSuggestion(long key)Retrieves a descriptor change suggestion by its key.DescriptorChangeSuggestionDescriptorChangeSuggestionService. updateSuggestion(long key, DescriptorChangeSuggestionRequest request, InputStream fileStream, String filename)Updates an existing descriptor change suggestion.Methods in org.gbif.api.service.collections that return types with arguments of type DescriptorChangeSuggestion Modifier and Type Method Description PagingResponse<DescriptorChangeSuggestion>DescriptorChangeSuggestionService. list(Pageable pageable, Status status, Type type, String proposerEmail, UUID collectionKey, Country country)Lists descriptor change suggestions with optional filters.
 
-