Interface ParentlessChildResource<ParentT>
- Type Parameters:
ParentT- parent interface
Base interface used by child resources that do not immediately have their parent
attached to them but are instead available directly off other entry points.
-
Method Details
-
getParent
ParentT getParent()Gets the parent of this child object.- Returns:
- the parent of this child object
-