org.odata4j.core
Interface ORelatedEntityLinkInline

All Superinterfaces:
OLink, ORelatedEntityLink

public interface ORelatedEntityLinkInline
extends ORelatedEntityLink

An ORelatedEntityLinkInline is an ORelatedEntityLink that also includes the referent inline.

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

See Also:
OLinks

Method Summary
 OEntity getRelatedEntity()
          Gets the inlined referent.
 
Methods inherited from interface org.odata4j.core.OLink
getHref, getRelation, getTitle
 

Method Detail

getRelatedEntity

OEntity getRelatedEntity()
Gets the inlined referent.

Returns:
the inlined referent


http://odata4j.org