@Immutable
public interface DeleteRequest<T>
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<T> |
execute()
Executes the request and returns the deleted object.
|
play.libs.F.Promise<com.google.common.base.Optional<T>> |
executeAsync()
Executes the request asynchronously and returns a future of the deleted object.
|