Interface ODataSingleRequest
- All Superinterfaces:
ODataBatchRequestItem
,ODataStreamer
Retrieve request 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 TypeMethodDescriptionsetRequest
(ODataBatchableRequest request) Serialize and send the given request.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
-
setRequest
Serialize and send the given request.An IllegalArgumentException is thrown in case of no GET request.
- Parameters:
request
- request to be serialized.- Returns:
- current item instance.
-