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>
public interface ChildCollection<P extends RestResource,C extends RestResource> extends RestView<P>, RestCollection<P,C>
Nested collection ofRestResource
s below a parent.
-
-
Method Summary
-
Methods inherited from interface com.google.gerrit.extensions.restapi.RestCollection
list, parse, views
-
-