Uses of Class
org.odata4j.consumer.ODataConsumer

Packages that use ODataConsumer
org.odata4j.consumer The odata4j client-side (consumer-side) API. 
 

Uses of ODataConsumer in org.odata4j.consumer
 

Methods in org.odata4j.consumer that return ODataConsumer
static ODataConsumer ODataConsumers.azureTables(String account, String key)
          Creates a new OData consumer for the Azure Table Storage service.
static ODataConsumer ODataConsumer.create(FormatType preferredType, String serviceRootUri)
           
static ODataConsumer ODataConsumer.create(FormatType preferredType, String serviceRootUri, OClientBehavior... behaviors)
           
static ODataConsumer ODataConsumer.create(String serviceRootUri)
          Creates a new consumer for the given OData service uri.
static ODataConsumer ODataConsumer.create(String serviceRootUri, OClientBehavior... behaviors)
          Creates a new consumer for the given OData service uri, adding one or more client behaviors.
static ODataConsumer ODataConsumers.dallas(String serviceRootUri, String accountKey, String uniqueUserId)
          Creates a new OData consumer for the (now obsolete?) "dallas" service.
static ODataConsumer ODataConsumers.dataMarket(String serviceRootUri, String accountKey)
          Creates a new OData consumer for the Windows Azure DataMarket service.
 



http://odata4j.org