public class ODataBatchResponseManager extends Object implements Iterator<ODataBatchResponseItem>
| Constructor and Description |
|---|
ODataBatchResponseManager(ODataBatchResponse res,
List<ODataBatchResponseItem> expectedItems)
Constructor.
|
ODataBatchResponseManager(ODataBatchResponse res,
List<ODataBatchResponseItem> expectedItems,
boolean continueOnError) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ODataBatchResponseItem |
next() |
void |
remove()
Unsupported operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems)
res - OData batch response.expectedItems - expected batch response items.public ODataBatchResponseManager(ODataBatchResponse res, List<ODataBatchResponseItem> expectedItems, boolean continueOnError)
public boolean hasNext()
hasNext in interface Iterator<ODataBatchResponseItem>public ODataBatchResponseItem next()
next in interface Iterator<ODataBatchResponseItem>public void remove()
remove in interface Iterator<ODataBatchResponseItem>Copyright © 2023. All rights reserved.