| Modifier and Type | Method and Description |
|---|---|
Iterator<ODataBatchResponseItem> |
ODataBatchResponse.getBody()
Get all the batch response items.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractODataBatchResponseItem
Abstract representation of a response item about a batch request.
|
class |
ODataChangesetResponseItem
Changeset wrapper for the corresponding batch item.
|
class |
ODataSingleResponseItem
Retrieve response wrapper for the corresponding batch item.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ODataBatchResponseItem> |
AbstractODataBatchRequest.expectedResItems
Expected batch response items.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ODataBatchResponseItem> |
ODataBatchRequestImpl.ODataBatchResponseImpl.getBody() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractODataBatchRequest.addExpectedResItem(ODataBatchResponseItem item) |
| Modifier and Type | Method and Description |
|---|---|
ODataBatchResponseItem |
ODataBatchResponseManager.next() |
| Constructor and Description |
|---|
ODataBatchResponseManager(ODataBatchResponse res,
List<ODataBatchResponseItem> expectedItems)
Constructor.
|
ODataBatchResponseManager(ODataBatchResponse res,
List<ODataBatchResponseItem> expectedItems,
boolean continueOnError) |
Copyright © 2023. All rights reserved.