| java.lang.Object | |
| ↳ | org.odata4j.consumer.AbstractODataConsumer |
Known Direct Subclasses
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| serviceRootUri | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.odata4j.consumer.ODataConsumer
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets entities from the given entity-set.
| |||||||||||
Gets entities referred to by the given related-entities link.
| |||||||||||
Gets the entity by entity-set name and entity-key.
| |||||||||||
Gets the latest version of an entity using the given entity as a template.
| |||||||||||
Gets the entity referred to by the given related entity link.
| |||||||||||
Gets the entity by entity-set name and entity-key value.
| |||||||||||
Gets the entity by entity-set name and entity-key value.
| |||||||||||
Gets the OData service uri.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.odata4j.consumer.ODataConsumer
| |||||||||||
| serviceRootUri |
|---|
Gets entities from the given entity-set.
The query-request builder returned can be used for further server-side filtering. Call execute() or simply iterate to issue request.
| entitySetHref | The entity-set href |
|---|
Gets entities referred to by the given related-entities link.
The query-request builder returned can be used for further server-side filtering. Call execute() or simply iterate to issue request.
| link | The link |
|---|
Gets the entity by entity-set name and entity-key.
The entity-request builder returned can be used for further navigation. Call execute() to issue request.
| entitySetName | The name of the entity-set |
|---|---|
| key | The entity-key |
Gets the latest version of an entity using the given entity as a template.
The entity-request builder returned can be used for further navigation. Call execute() to issue request.
| entity | An existing entity to use as a template, using its entity-set and entity-key |
|---|
Gets the entity referred to by the given related entity link.
The entity-request builder returned can be used for further navigation. Call execute() to issue request.
| link | The link |
|---|
Gets the entity by entity-set name and entity-key value. The entity will be represented as the given java-type.
The entity-request builder returned can be used for further navigation. Call execute() to issue request.
| entityType | The entity representation as a java type |
|---|---|
| entitySetName | The name of the entity-set |
| keyValue | The entity-key value |
Gets the entity by entity-set name and entity-key value.
The entity-request builder returned can be used for further navigation. Call execute() to issue request.
| entitySetName | The name of the entity-set |
|---|---|
| keyValue | The entity-key value |
Gets the OData service uri.
e.g. http://services.odata.org/Northwind/Northwind.svc/