public static class ChangeEdits.Get extends Object implements RestReadView<ChangeEditResource>
Modifier and Type | Method and Description |
---|---|
Response<BinaryResult> |
apply(ChangeEditResource rsrc)
Process the view operation by reading from the resource.
|
public Response<BinaryResult> apply(ChangeEditResource rsrc) throws IOException
RestReadView
apply
in interface RestReadView<ChangeEditResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.IOException