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:
AttentionSet,BranchesCollection,CachesCollection,Capabilities,CapabilitiesCollection,ChangeEdits,ChangeMessages,ChildProjectsCollection,Comments,CommitsCollection,DashboardsCollection,DraftComments,EmailsCollection,ExperimentsCollection,Files,FilesCollection,FilesInCommitCollection,Fixes,IndexCollection,IndexVersionsCollection,LabelsCollection,MembersCollection,Reviewers,RevisionReviewers,Revisions,RobotComments,SshKeys,StarredChanges,SubgroupsCollection,SubmitRequirementsCollection,TagsCollection,TasksCollection,TopMenuCollection,Votes
public interface ChildCollection<P extends RestResource,C extends RestResource>
extends RestView<P>, RestCollection<P,C>
Nested collection of
RestResources below a parent.-
Method Summary
Methods inherited from interface com.google.gerrit.extensions.restapi.RestCollection
list, parse, views