public static class Stars.Post extends java.lang.Object implements RestModifyView<AccountResource.Star,StarsInput>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
apply(AccountResource.Star rsrc,
StarsInput in)
Process the view operation by altering the resource.
|
public java.util.Collection<java.lang.String> apply(AccountResource.Star rsrc, StarsInput in) throws AuthException, BadRequestException, com.google.gwtorm.server.OrmException
RestModifyView
apply
in interface RestModifyView<AccountResource.Star,StarsInput>
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.BadRequestException
- the request was incorrectly specified and cannot be handled by this
view.com.google.gwtorm.server.OrmException