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 GroupOptionsInfoapply(GroupResource resource)Process the view operation by reading from the resource.
-
-
-
Method Detail
-
apply
public GroupOptionsInfo apply(GroupResource resource)
Description copied from interface:RestReadViewProcess the view operation by reading from the resource.- Specified by:
applyin interfaceRestReadView<GroupResource>- Parameters:
resource- resource to read.- Returns:
- result to return to the client. Use
BinaryResultto avoid automatic conversion to JSON.
-
-