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