Class Reviewed.DeleteReviewed
- java.lang.Object
-
- com.google.gerrit.server.restapi.change.Reviewed.DeleteReviewed
-
- All Implemented Interfaces:
RestModifyView<FileResource,Input>
,RestView<FileResource>
- Enclosing class:
- Reviewed
public static class Reviewed.DeleteReviewed extends Object implements RestModifyView<FileResource,Input>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response<?>
apply(FileResource resource, Input input)
Process the view operation by altering the resource.
-
-
-
Method Detail
-
apply
public Response<?> apply(FileResource resource, Input input)
Description copied from interface:RestModifyView
Process the view operation by altering the resource.- Specified by:
apply
in interfaceRestModifyView<FileResource,Input>
- Parameters:
resource
- resource to modify.input
- input after parsing from request.- Returns:
- result to return to the client. Use
BinaryResult
to avoid automatic conversion to JSON.
-
-