public class GetChangeMessage extends java.lang.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)
RestReadView
apply
in interface RestReadView<ChangeMessageResource>
resource
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.