Package com.arangodb.entity
Class DocumentDeleteEntity<T>
- java.lang.Object
-
- com.arangodb.entity.DocumentEntity
-
- com.arangodb.entity.DocumentDeleteEntity<T>
-
public final class DocumentDeleteEntity<T> extends DocumentEntity
- Author:
- Mark Vollmary
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description DocumentDeleteEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getOld()
void
setOld(T oldDocument)
-
Methods inherited from class com.arangodb.entity.DocumentEntity
getId, getKey, getRev
-
-