| java.lang.Object | |
| ↳ | org.odata4j.jersey.consumer.ConsumerDeleteEntityRequest |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sends the entity-request to the OData service and returns the response.
| |||||||||||
Returns the low level, not yet executed OData request
| |||||||||||
Navigates to a related entity using a collection navigation property.
| |||||||||||
Navigates to a related entity using a single-valued navigation property.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.odata4j.core.OEntityRequest
| |||||||||||
| serviceUri |
|---|
Sends the entity-request to the OData service and returns the response.
Navigates to a related entity using a collection navigation property.
| navProperty | The collection navigation property |
|---|---|
| key | The entity-key within the collection |
Navigates to a related entity using a single-valued navigation property.
| navProperty | The single-valued collection navigation property. |
|---|