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