Interface ODataBatchRequestItem
- All Superinterfaces:
ODataStreamer
- All Known Subinterfaces:
ODataChangeset
,ODataOutsideUpdate
,ODataSingleRequest
Abstract representation of a batch request item.
-
Field Summary
Fields inherited from interface org.apache.olingo.client.api.communication.request.ODataStreamer
CRLF
-
Method Summary
Methods inherited from interface org.apache.olingo.client.api.communication.request.ODataStreamer
getBodyStreamWriter
-
Method Details
-
isOpen
boolean isOpen()Checks if the current item is still opened.- Returns:
- 'TRUE' if opened; 'FALSE' otherwise.
-
close
void close()Closes the item. -
hasStreamedSomething
boolean hasStreamedSomething()Checks if the streaming of the current item is started yet.- Returns:
- 'TRUE' if started; 'FALSE' otherwise.
-