org.odata4j.core
Interface OLink

All Known Subinterfaces:
ORelatedEntitiesLink, ORelatedEntitiesLinkInline, ORelatedEntityLink, ORelatedEntityLinkInline

public interface OLink

An OLink represents a reference to one or more OData entities.

Relationships to a single entity are represented as ORelatedEntityLink. Relationships to multiple entities are represented as ORelatedEntitiesLink.

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

See Also:
OLinks

Method Summary
 String getHref()
          Gets the link href.
 String getRelation()
          Gets the link relation.
 String getTitle()
          Gets the link title.
 

Method Detail

getHref

String getHref()
Gets the link href.

Returns:
the link href

getRelation

String getRelation()
Gets the link relation.

Returns:
the link relation

getTitle

String getTitle()
Gets the link title.

Returns:
the link title


http://odata4j.org