public class ModificationResult extends Object
| Constructor and Description |
|---|
ModificationResult(String key) |
ModificationResult(String key,
List<?> created,
List<?> updated,
List<?> deleted) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
getCreated() |
<T> List<T> |
getDeleted() |
String |
getKey() |
<T> List<T> |
getUpdated() |
public ModificationResult(String key)
Copyright © 2011–2016 Strolch. All rights reserved.