Interface ODataBatchResponse
- All Superinterfaces:
ODataResponse
This class implements a response to a batch request.
- See Also:
-
Method Summary
Methods inherited from interface org.apache.olingo.client.api.communication.response.ODataResponse
close, getContentType, getETag, getHeader, getHeaderNames, getRawResponse, getStatusCode, getStatusMessage, initFromBatch, initFromEnclosedPart, initFromHttpResponse
-
Method Details
-
getBody
Iterator<ODataBatchResponseItem> getBody()Get all the batch response items.- Returns:
- an iterator on batch response items.
-