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