Uses of Class
org.gbif.api.model.collections.suggestions.Change
-
Packages that use Change Package Description org.gbif.api.model.collections.suggestions -
-
Uses of Change in org.gbif.api.model.collections.suggestions
Methods in org.gbif.api.model.collections.suggestions that return types with arguments of type Change Modifier and Type Method Description List<Change>
BaseChangeSuggestion. getChanges()
List<Change>
ChangeSuggestion. getChanges()
Method parameters in org.gbif.api.model.collections.suggestions with type arguments of type Change Modifier and Type Method Description void
BaseChangeSuggestion. setChanges(List<Change> changes)
void
ChangeSuggestion. setChanges(List<Change> changes)
-