Interface HasParent<ParentT>
-
- Type Parameters:
ParentT- the parent type
- All Known Subinterfaces:
ChildResource<ParentT>,ExternalChildResource<FluentModelT,ParentT>
public interface HasParent<ParentT>An interface representing a child that has an immediately available parent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParentTparent()
-
-
-
Method Detail
-
parent
ParentT parent()
- Returns:
- the parent of this child object
-
-