public class ODataBatchResponseManager extends Object implements Iterator<org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem>
| Constructor and Description |
|---|
ODataBatchResponseManager(org.apache.olingo.client.api.communication.response.ODataBatchResponse res,
List<org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem> expectedItems)
Constructor.
|
ODataBatchResponseManager(org.apache.olingo.client.api.communication.response.ODataBatchResponse res,
List<org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem> expectedItems,
boolean continueOnError) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem |
next() |
void |
remove()
Unsupported operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ODataBatchResponseManager(org.apache.olingo.client.api.communication.response.ODataBatchResponse res,
List<org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem> expectedItems)
res - OData batch response.expectedItems - expected batch response items.public ODataBatchResponseManager(org.apache.olingo.client.api.communication.response.ODataBatchResponse res,
List<org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem> expectedItems,
boolean continueOnError)
Copyright © 2013–2017 The Apache Software Foundation. All rights reserved.