| org.odata4j.core.OLink |
Known Indirect Subclasses
|
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.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the link href.
| |||||||||||
Gets the inlined referents.
| |||||||||||
Gets the inlined referent.
| |||||||||||
Gets the link relation.
| |||||||||||
Gets the link title.
| |||||||||||
Returns true if this OLink represents a collection of related entities,
false if it is a single entity link.
| |||||||||||
Returns true if this OLink represents inlined content, false otherwise.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.odata4j.core.Titled
| |||||||||||
Gets the link href.
Gets the link relation.
Gets the link title.
Returns true if this OLink represents a collection of related entities, false if it is a single entity link.
Returns true if this OLink represents inlined content, false otherwise.