Class StarredChanges.Delete
- java.lang.Object
-
- com.google.gerrit.server.restapi.account.StarredChanges.Delete
-
- All Implemented Interfaces:
RestModifyView<AccountResource.StarredChange,StarredChanges.EmptyInput>
,RestView<AccountResource.StarredChange>
- Enclosing class:
- StarredChanges
public static class StarredChanges.Delete extends Object implements RestModifyView<AccountResource.StarredChange,StarredChanges.EmptyInput>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response<?>
apply(AccountResource.StarredChange rsrc, StarredChanges.EmptyInput in)
Process the view operation by altering the resource.
-
-
-
Method Detail
-
apply
public Response<?> apply(AccountResource.StarredChange rsrc, StarredChanges.EmptyInput in) throws AuthException, IOException, StarredChangesUtil.IllegalLabelException
Description copied from interface:RestModifyView
Process the view operation by altering the resource.- Specified by:
apply
in interfaceRestModifyView<AccountResource.StarredChange,StarredChanges.EmptyInput>
- Parameters:
rsrc
- resource to modify.in
- input after parsing from request.- Returns:
- result to return to the client. Use
BinaryResult
to avoid automatic conversion to JSON. - Throws:
AuthException
- the client is not permitted to access this view.IOException
StarredChangesUtil.IllegalLabelException
-
-