public class DeleteTask extends 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)
RestModifyViewapply in interface RestModifyView<TaskResource,Input>rsrc - resource to modify.input - input after parsing from request.BinaryResult to avoid automatic conversion
to JSON.