Interface RecordModificationResult
@Immutable public interface RecordModificationResult
Represents the result of a record modification such as a create, delete, or insert.
All implementations must be immutable and therefore thread-safe.
See Also: DataApi.create(Record), DataApi.update(Record),
DataApi.delete(String, String), DataApi.commitUnitOfWork(UnitOfWork)
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String | getId() | Returns the id of the modified record. |
@Nonnull java.lang.StringĀ getId()
Returns the id of the modified record.
Returns: The id of the modified record.