public interface

ORelatedEntityLinkInline

implements ORelatedEntityLink
org.odata4j.core.ORelatedEntityLinkInline

Class Overview

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

Summary

Public Methods
abstract OEntity getRelatedEntity()
Gets the inlined referent.
[Expand]
Inherited Methods
From interface org.odata4j.core.OLink
From interface org.odata4j.core.Titled

Public Methods

public abstract OEntity getRelatedEntity ()

Gets the inlined referent.