Uses of Interface
org.odata4j.consumer.ODataClient

Packages that use ODataClient
org.odata4j.consumer The odata4j client-side (consumer-side) API. 
org.odata4j.cxf.consumer   
org.odata4j.jersey.consumer   
 

Uses of ODataClient in org.odata4j.consumer
 

Classes in org.odata4j.consumer that implement ODataClient
 class AbstractODataClient
          Useful base class for ODataClient implementations with common functionality.
 

Methods in org.odata4j.consumer that return ODataClient
protected abstract  ODataClient AbstractODataConsumer.getClient()
           
protected  ODataClient AbstractConsumerQueryRequestBase.getClient()
           
protected  ODataClient AbstractConsumerEntityRequest.getClient()
           
 

Constructors in org.odata4j.consumer with parameters of type ODataClient
AbstractConsumerEntityRequest(ODataClient client, String serviceRootUri, EdmDataServices metadata, String entitySetName, OEntityKey key)
           
AbstractConsumerQueryRequestBase(ODataClient client, String serviceRootUri, EdmDataServices metadata, String lastSegment)
           
ConsumerCountRequest(ODataClient client, String serviceRootUri)
           
ConsumerCreateEntityRequest(ODataClient client, String serviceRootUri, EdmDataServices metadata, String entitySetName, FeedCustomizationMapping fcMapping)
           
ConsumerCreateLinkRequest(ODataClient client, String serviceRootUri, EdmDataServices metadata, OEntityId sourceEntity, String targetNavProp, OEntityId targetEntity)
           
ConsumerDeleteEntityRequest(ODataClient client, String serviceRootUri, EdmDataServices metadata, String entitySetName, OEntityKey key, String ifMatch)
           
ConsumerDeleteLinkRequest(ODataClient client, String serviceRootUri, EdmDataServices metadata, OEntityId sourceEntity, String targetNavProp, Object... targetKeyValues)
           
ConsumerEntityModificationRequest(T updateRoot, ODataClient client, String serviceRootUri, EdmDataServices metadata, String entitySetName, OEntityKey key, String ifMatch)
           
ConsumerFunctionCallRequest(ODataClient client, String serviceRootUri, EdmDataServices metadata, String lastSegment)
           
ConsumerGetEntityRequest(ODataClient client, Class<T> entityType, String serviceRootUri, EdmDataServices metadata, String entitySetName, OEntityKey key, FeedCustomizationMapping fcMapping)
           
ConsumerQueryEntitiesRequest(ODataClient client, Class<T> entityType, String serviceRootUri, EdmDataServices metadata, String entitySetName, FeedCustomizationMapping fcMapping)
           
ConsumerQueryLinksRequest(ODataClient client, String serviceRootUri, EdmDataServices metadata, OEntityId sourceEntity, String targetNavProp)
           
ConsumerUpdateLinkRequest(ODataClient client, String serviceRootUri, EdmDataServices metadata, OEntityId sourceEntity, OEntityId newTargetEntity, String targetNavProp, Object... oldTargetKeyValues)
           
 

Uses of ODataClient in org.odata4j.cxf.consumer
 

Classes in org.odata4j.cxf.consumer that implement ODataClient
 class ODataCxfClient
          OData client based on Apache's HTTP client implementation.
 

Methods in org.odata4j.cxf.consumer that return ODataClient
protected  ODataClient ODataCxfConsumer.getClient()
           
 

Uses of ODataClient in org.odata4j.jersey.consumer
 

Methods in org.odata4j.jersey.consumer that return ODataClient
protected  ODataClient ODataJerseyConsumer.getClient()
           
 



http://odata4j.org