Interface ODataReferenceAddingRequest
- All Superinterfaces:
ODataBasicRequest<ODataReferenceAddingResponse>
,ODataBatchableRequest
,ODataRequest
public interface ODataReferenceAddingRequest
extends ODataBasicRequest<ODataReferenceAddingResponse>, ODataBatchableRequest
This class implements an OData reference adding request.
ODataReferenceAdding requests eighter add or change the reference of navigation properties.
If the navigation property is a collection of navigation references, the request adds a new reference to the
collection. [OData Protocol 4.0 - 11.4.6.1]
If the request addresses an navigation property, which references a single entity, the reference will
be changed to the value provided by the request. [OData-Protocol 4.0 - 11.4.6.3]
-
Method Summary
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
asyncExecute, execute, setFormat
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
batch, batch
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataRequest
addCustomHeader, getAccept, getContentType, getHeader, getHeaderNames, getHttpRequest, getIfMatch, getIfNoneMatch, getMethod, getPrefer, getURI, rawExecute, setAccept, setContentType, setIfMatch, setIfNoneMatch, setPrefer, setURI, setXHTTPMethod, toByteArray