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