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