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