|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
OLinks
Method Summary | |
---|---|
String |
getHref()
Gets the link href. |
List<OEntity> |
getRelatedEntities()
Gets the inlined referents. |
OEntity |
getRelatedEntity()
Gets the inlined referent. |
String |
getRelation()
Gets the link relation. |
String |
getTitle()
Gets the link title. |
boolean |
isCollection()
Returns true if this OLink represents a collection of related entities, false if it is a single entity link. |
boolean |
isInline()
Returns true if this OLink represents inlined content, false otherwise. |
Method Detail |
---|
String getHref()
List<OEntity> getRelatedEntities()
OEntity getRelatedEntity()
String getRelation()
String getTitle()
getTitle
in interface Titled
boolean isCollection()
boolean isInline()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |