public static class Stars.ListStarredChanges extends java.lang.Object implements RestReadView<AccountResource>
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeInfo> |
apply(AccountResource rsrc)
Process the view operation by reading from the resource.
|
public java.util.List<ChangeInfo> apply(AccountResource rsrc) throws BadRequestException, AuthException, PermissionBackendException
RestReadView
apply
in interface RestReadView<AccountResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.BadRequestException
- the request was incorrectly specified and cannot be handled by this
view.AuthException
- the client is not permitted to access this view.PermissionBackendException