Uses of Interface
org.odata4j.core.OEntityRequest

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

Uses of OEntityRequest in org.odata4j.consumer
 

Methods in org.odata4j.consumer that return OEntityRequest
 OEntityRequest<Void> ODataConsumer.deleteEntity(OEntity entity)
          Deletes an existing entity.
 OEntityRequest<Void> ODataConsumer.deleteEntity(String entitySetName, Object keyValue)
          Deletes an existing entity.
 OEntityRequest<Void> ODataConsumer.deleteEntity(String entitySetName, OEntityKey key)
          Deletes an existing entity.
<T> OEntityRequest<T>
ODataConsumer.getEntity(Class<T> entityType, String entitySetName, Object keyValue)
          Gets the entity by entity-set name and entity-key value.
<T> OEntityRequest<T>
ODataConsumer.getEntity(Class<T> entityType, String entitySetName, OEntityKey key)
          Gets the entity by entity-set name and entity-key.
 OEntityRequest<OEntity> ODataConsumer.getEntity(OEntity entity)
          Gets the latest version of an entity using the given entity as a template.
 OEntityRequest<OEntity> ODataConsumer.getEntity(ORelatedEntityLink link)
          Gets the entity referred to by the given related entity link.
 OEntityRequest<OEntity> ODataConsumer.getEntity(String entitySetName, Object keyValue)
          Gets the entity by entity-set name and entity-key value.
 OEntityRequest<OEntity> ODataConsumer.getEntity(String entitySetName, OEntityKey key)
          Gets the entity by entity-set name and entity-key.
 

Uses of OEntityRequest in org.odata4j.core
 

Methods in org.odata4j.core that return OEntityRequest
 OEntityRequest<T> OEntityRequest.nav(String navProperty)
          Navigate to a related entity using a single-valued navigation property.
 OEntityRequest<T> OEntityRequest.nav(String navProperty, OEntityKey key)
          Navigate to a related entity using a collection navigation property.
 



http://odata4j.org