public static class ChangeEdits.Get extends java.lang.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 AuthException, java.io.IOException
RestReadView
apply
in interface RestReadView<ChangeEditResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.java.io.IOException