public class DeleteTask extends java.lang.Object implements RestModifyView<TaskResource,Input>
Constructor and Description |
---|
DeleteTask() |
Modifier and Type | Method and Description |
---|---|
Response<?> |
apply(TaskResource rsrc,
Input input)
Process the view operation by altering the resource.
|
public Response<?> apply(TaskResource rsrc, Input input)
RestModifyView
apply
in interface RestModifyView<TaskResource,Input>
rsrc
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.