public class GetActive extends java.lang.Object implements RestReadView<AccountResource>
Constructor and Description |
---|
GetActive() |
Modifier and Type | Method and Description |
---|---|
Response<java.lang.String> |
apply(AccountResource rsrc)
Process the view operation by reading from the resource.
|
public Response<java.lang.String> apply(AccountResource rsrc)
RestReadView
apply
in interface RestReadView<AccountResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.