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