org.odata4j.core
Interface ORelatedEntitiesLinkInline

All Superinterfaces:
OLink, ORelatedEntitiesLink

public interface ORelatedEntitiesLinkInline
extends ORelatedEntitiesLink

An ORelatedEntitiesLinkInline is an ORelatedEntitiesLink that also includes the referents inline.

The OLinks static factory class can be used to create ORelatedEntitiesLink instances.

See Also:
OLinks

Method Summary
 List<OEntity> getRelatedEntities()
          Gets the inlined referents.
 
Methods inherited from interface org.odata4j.core.OLink
getHref, getRelation, getTitle
 

Method Detail

getRelatedEntities

List<OEntity> getRelatedEntities()
Gets the inlined referents.

Returns:
the inlined referents


http://odata4j.org