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