public static class StarredChanges.Create extends Object implements RestModifyView<AccountResource,StarredChanges.EmptyInput>
Modifier and Type | Method and Description |
---|---|
Response<?> |
apply(AccountResource rsrc,
StarredChanges.EmptyInput in)
Process the view operation by altering the resource.
|
StarredChanges.Create |
setChange(ChangeResource change) |
public StarredChanges.Create setChange(ChangeResource change)
public Response<?> apply(AccountResource rsrc, StarredChanges.EmptyInput in) throws AuthException, com.google.gwtorm.server.OrmException, IOException
RestModifyView
apply
in interface RestModifyView<AccountResource,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