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