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)
RestReadViewapply in interface RestReadView<ChangeResource>rsrc - resource to read.BinaryResult to avoid automatic conversion
to JSON.