Interface ODataChangeset
- All Superinterfaces:
ODataBatchRequestItem
,ODataStreamer
Changeset wrapper for the corresponding batch item.
-
Field Summary
Fields inherited from interface org.apache.olingo.client.api.communication.request.ODataStreamer
CRLF
-
Method Summary
Modifier and TypeMethodDescriptionaddRequest
(ODataBatchableRequest request) Serialize and send the given request.int
Methods inherited from interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequestItem
close, hasStreamedSomething, isOpen
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataStreamer
getBodyStreamWriter
-
Method Details
-
getLastContentId
int getLastContentId() -
addRequest
Serialize and send the given request.An IllegalArgumentException is thrown in case of GET request.
- Parameters:
request
- request to be serialized.- Returns:
- current item instance.
-