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 PermissionBackendException
RestReadView
apply
in interface RestReadView<RobotCommentResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.PermissionBackendException