public static class StarredChanges.Delete extends Object implements RestModifyView<AccountResource.StarredChange,StarredChanges.EmptyInput>
Modifier and Type | Method and Description |
---|---|
Response<?> |
apply(AccountResource.StarredChange rsrc,
StarredChanges.EmptyInput in)
Process the view operation by altering the resource.
|
public Response<?> apply(AccountResource.StarredChange rsrc, StarredChanges.EmptyInput in) throws AuthException, com.google.gwtorm.server.OrmException, IOException
RestModifyView
apply
in interface RestModifyView<AccountResource.StarredChange,StarredChanges.EmptyInput>
rsrc
- resource to modify.in
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.com.google.gwtorm.server.OrmException
IOException