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