public class GetChangeMessage extends Object implements RestReadView<ChangeMessageResource>
| Constructor and Description |
|---|
GetChangeMessage() |
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageInfo |
apply(ChangeMessageResource resource)
Process the view operation by reading from the resource.
|
public ChangeMessageInfo apply(ChangeMessageResource resource)
RestReadViewapply in interface RestReadView<ChangeMessageResource>resource - resource to read.BinaryResult to avoid automatic conversion
to JSON.