Class GetOptions
- java.lang.Object
-
- com.google.gerrit.server.restapi.group.GetOptions
-
- All Implemented Interfaces:
RestReadView<GroupResource>
,RestView<GroupResource>
public class GetOptions extends Object implements RestReadView<GroupResource>
-
-
Constructor Summary
Constructors Constructor Description GetOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupOptionsInfo
apply(GroupResource resource)
Process the view operation by reading from the resource.
-
-
-
Method Detail
-
apply
public GroupOptionsInfo apply(GroupResource resource)
Description copied from interface:RestReadView
Process the view operation by reading from the resource.- Specified by:
apply
in interfaceRestReadView<GroupResource>
- Parameters:
resource
- resource to read.- Returns:
- result to return to the client. Use
BinaryResult
to avoid automatic conversion to JSON.
-
-