|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the java-type of the operation responsepublic interface OEntityRequest<T>
A consumer-side entity-request builder, used for operations on a single entity such as DELETE. Call execute() to issue the request.
| Method Summary | |
|---|---|
T |
execute()
Sends the entity-request to the OData service and returns the response. |
OEntityRequest<T> |
nav(String navProperty)
Navigates to a related entity using a single-valued navigation property. |
OEntityRequest<T> |
nav(String navProperty,
OEntityKey key)
Navigates to a related entity using a collection navigation property. |
| Method Detail |
|---|
T execute()
throws ODataProducerException
ODataProducerException - error from the producerOEntityRequest<T> nav(String navProperty)
navProperty - the single-valued collection navigation property.
OEntityRequest<T> nav(String navProperty,
OEntityKey key)
navProperty - the collection navigation propertykey - the entity-key within the collection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||