public class DeleteMembers extends java.lang.Object implements RestModifyView<GroupResource,AddMembers.Input>
Modifier and Type | Method and Description |
---|---|
Response<?> |
apply(GroupResource resource,
AddMembers.Input input)
Process the view operation by altering the resource.
|
public Response<?> apply(GroupResource resource, AddMembers.Input input) throws AuthException, MethodNotAllowedException, UnprocessableEntityException, com.google.gwtorm.server.OrmException, java.io.IOException
RestModifyView
apply
in interface RestModifyView<GroupResource,AddMembers.Input>
resource
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.MethodNotAllowedException
UnprocessableEntityException
com.google.gwtorm.server.OrmException
java.io.IOException