Class ApplySuggestionResult
- java.lang.Object
-
- org.gbif.api.model.collections.suggestions.ApplySuggestionResult
-
public class ApplySuggestionResult extends Object
Result returned by the API when aChangeSuggestion
is applied.
-
-
Constructor Summary
Constructors Constructor Description ApplySuggestionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getEntityCreatedKey()
void
setEntityCreatedKey(UUID entityCreatedKey)
-
-
-
Constructor Detail
-
ApplySuggestionResult
public ApplySuggestionResult()
-
-
Method Detail
-
getEntityCreatedKey
public UUID getEntityCreatedKey()
-
setEntityCreatedKey
public void setEntityCreatedKey(UUID entityCreatedKey)
-
-