public class GetDescription extends java.lang.Object implements RestReadView<GroupResource>
Constructor and Description |
---|
GetDescription() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
apply(GroupResource resource)
Process the view operation by reading from the resource.
|
public java.lang.String apply(GroupResource resource) throws com.google.gerrit.server.restapi.group.NotInternalGroupException
RestReadView
apply
in interface RestReadView<GroupResource>
resource
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.com.google.gerrit.server.restapi.group.NotInternalGroupException