| org.odata4j.core.OEntityRequest<T> |
Known Indirect Subclasses
|
A consumer-side entity-request builder, used for operations on a single entity such as DELETE. Call execute() to issue the request.
| 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 single-valued navigation property.
| |||||||||||
Navigates to a related entity using a collection navigation property.
| |||||||||||
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 single-valued navigation property.
| navProperty | The single-valued collection navigation property. |
|---|
Navigates to a related entity using a collection navigation property.
| navProperty | The collection navigation property |
|---|---|
| key | The entity-key within the collection |