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