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