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