Interface ChildCollection<P extends RestResource,C extends RestResource>
-
- Type Parameters:
P- type of the parent resource.C- type of resource operated on by each view.
- All Superinterfaces:
RestCollection<P,C>,RestView<P>
- All Known Implementing Classes:
BranchesCollection,CachesCollection,Capabilities,CapabilitiesCollection,ChangeEdits,ChangeMessages,ChildProjectsCollection,Comments,CommitsCollection,DashboardsCollection,DraftComments,EmailsCollection,Files,FilesCollection,FilesInCommitCollection,Fixes,MembersCollection,Reviewers,RevisionReviewers,Revisions,RobotComments,SshKeys,StarredChanges,Stars,SubgroupsCollection,TagsCollection,TasksCollection,TopMenuCollection,Votes
public interface ChildCollection<P extends RestResource,C extends RestResource> extends RestView<P>, RestCollection<P,C>
Nested collection ofRestResources below a parent.
-
-
Method Summary
-
Methods inherited from interface com.google.gerrit.extensions.restapi.RestCollection
list, parse, views
-
-