public static class Stars.Get extends java.lang.Object implements RestReadView<AccountResource.Star>
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<java.lang.String> |
apply(AccountResource.Star rsrc)
Process the view operation by reading from the resource.
|
public java.util.SortedSet<java.lang.String> apply(AccountResource.Star rsrc) throws AuthException, com.google.gwtorm.server.OrmException
RestReadView
apply
in interface RestReadView<AccountResource.Star>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.com.google.gwtorm.server.OrmException