Uses of Interface
org.odata4j.core.ORelatedEntitiesLink

Packages that use ORelatedEntitiesLink
org.odata4j.consumer The odata4j client-side (consumer-side) API. 
org.odata4j.core Core odata4j concepts. 
 

Uses of ORelatedEntitiesLink in org.odata4j.consumer
 

Methods in org.odata4j.consumer with parameters of type ORelatedEntitiesLink
 OQueryRequest<OEntity> ODataConsumer.getEntities(ORelatedEntitiesLink link)
          Gets entities referred to by the given related-entities link.
 OQueryRequest<OEntity> AbstractODataConsumer.getEntities(ORelatedEntitiesLink link)
           
 

Uses of ORelatedEntitiesLink in org.odata4j.core
 

Subinterfaces of ORelatedEntitiesLink in org.odata4j.core
 interface ORelatedEntitiesLinkInline
          An ORelatedEntitiesLinkInline is an ORelatedEntitiesLink that also includes the referents inline.
 

Methods in org.odata4j.core that return ORelatedEntitiesLink
static ORelatedEntitiesLink OLinks.relatedEntities(String relation, String title, String href)
          Creates a new OLink of sub-type ORelatedEntitiesLink.
 



http://odata4j.org