Class ODataSingleResponseItem
java.lang.Object
org.apache.olingo.client.core.communication.request.batch.AbstractODataBatchResponseItem
org.apache.olingo.client.core.communication.request.batch.ODataSingleResponseItem
- All Implemented Interfaces:
Iterator<ODataResponse>,ODataBatchResponseItem
Retrieve response wrapper for the corresponding batch item.
-
Field Summary
FieldsFields inherited from class org.apache.olingo.client.core.communication.request.batch.AbstractODataBatchResponseItem
batchLineIterator, boundary, breaking, closed, current, expectedItemsIterator, LOG, responses -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.client.core.communication.request.batch.AbstractODataBatchResponseItem
addResponse, getResponse, getResponseIterator, hasNext, initFromBatch, isBreaking, isChangesetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
SINGLE_CONTENT_ID
- See Also:
-
-
Constructor Details
-
ODataSingleResponseItem
public ODataSingleResponseItem()Constructor.
-
-
Method Details
-
next
-
remove
public void remove()Unsupported operation. -
close
public void close()Description copied from class:AbstractODataBatchResponseItemCloses the current batch responses item including all wrapped OData responses.- Specified by:
closein interfaceODataBatchResponseItem- Overrides:
closein classAbstractODataBatchResponseItem
-