Class ODataBatchResponseManager
java.lang.Object
org.apache.olingo.client.core.communication.response.batch.ODataBatchResponseManager
- All Implemented Interfaces:
Iterator<ODataBatchResponseItem>
Batch response manager class.
-
Constructor Summary
ConstructorsConstructorDescriptionODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems) Constructor.ODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems, boolean continueOnError) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ODataBatchResponseManager
public ODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems) Constructor.- Parameters:
res- OData batch response.expectedItems- expected batch response items.
-
ODataBatchResponseManager
public ODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems, boolean continueOnError)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ODataBatchResponseItem>
-
next
- Specified by:
nextin interfaceIterator<ODataBatchResponseItem>
-
remove
public void remove()Unsupported operation.- Specified by:
removein interfaceIterator<ODataBatchResponseItem>
-