| org.odata4j.core.OModifyRequest<T> |
A consumer-side modification-request builder, used for operations such as MERGE and UPDATE. Call #execute() to issue the request.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sends the modification-request to the OData service and returns success or failure.
| |||||||||||
Returns the low level, not yet executed OData request
| |||||||||||
Define an explicit link to another related entity.
| |||||||||||
Define an explicit link to another related entity.
| |||||||||||
Select a new modification entity by navigating to a referenced entity in a child collection.
| |||||||||||
Set properties on the new entity.
| |||||||||||
Set properties on the new entity.
| |||||||||||
Sends the modification-request to the OData service and returns success or failure.
| serviceUri |
|---|
Returns the low level, not yet executed OData request
| serviceUri |
|---|
Define an explicit link to another related entity.
| navProperty | The entity's relationship navigation property |
|---|---|
| targetKey | The key of the link target entity |
Define an explicit link to another related entity.
| navProperty | The entity's relationship navigation property |
|---|---|
| target | The link target entity |
Select a new modification entity by navigating to a referenced entity in a child collection.
| navProperty | The child collection |
|---|---|
| key | The referenced entity's key |
Set properties on the new entity.
| props | The properties |
|---|
Set properties on the new entity.
| props | The properties |
|---|