ParentlessChildResource<ParentT> Interface

Type Parameters

ParentT

parent interface

public interface ParentlessChildResource 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 Summary

Modifier and Type Method and Description
ParentT getParent()

Inherited Members

Method Details

getParent

public ParentT getParent()

Returns:

the parent of this child object

Applies to