public interface

ORelatedEntitiesLinkInline

implements ORelatedEntitiesLink
org.odata4j.core.ORelatedEntitiesLinkInline

Class Overview

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

Summary

Public Methods
abstract List<OEntity> getRelatedEntities()
Gets the inlined referents.
[Expand]
Inherited Methods
From interface org.odata4j.core.OLink
From interface org.odata4j.core.Titled

Public Methods

public abstract List<OEntity> getRelatedEntities ()

Gets the inlined referents.