Interface ParentlessChildResource<ParentT>

  • Type Parameters:
    ParentT - parent interface
    All Superinterfaces:
    HasName, Indexable

    public interface ParentlessChildResource<ParentT>
    extends Indexable, HasName
    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 Detail

      • getParent

        ParentT getParent()
        Returns:
        the parent of this child object