org.odata4j.core
Interface ORelatedEntityLinkInline

All Superinterfaces:
OLink, ORelatedEntityLink, Titled

public interface ORelatedEntityLinkInline
extends ORelatedEntityLink

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

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, getRelatedEntities, getRelation, getTitle, isCollection, isInline
 

Method Detail

getRelatedEntity

OEntity getRelatedEntity()
Gets the inlined referent.

Specified by:
getRelatedEntity in interface OLink


http://odata4j.org