public class GetTopic extends Object implements RestReadView<ChangeResource>
Constructor and Description |
---|
GetTopic() |
Modifier and Type | Method and Description |
---|---|
String |
apply(ChangeResource rsrc)
Process the view operation by reading from the resource.
|
public String apply(ChangeResource rsrc)
RestReadView
apply
in interface RestReadView<ChangeResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.