public class GetRobotComment extends Object implements RestReadView<RobotCommentResource>
| Modifier and Type | Method and Description |
|---|---|
RobotCommentInfo |
apply(RobotCommentResource rsrc)
Process the view operation by reading from the resource.
|
public RobotCommentInfo apply(RobotCommentResource rsrc) throws com.google.gwtorm.server.OrmException
RestReadViewapply in interface RestReadView<RobotCommentResource>rsrc - resource to read.BinaryResult to avoid automatic conversion
to JSON.com.google.gwtorm.server.OrmException