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