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