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