public class AsyncBatchRequestWrapperImpl extends AsyncRequestWrapperImpl<ODataBatchResponse> implements AsyncBatchRequestWrapper
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncBatchRequestWrapperImpl.AsyncResponseWrapperImpl |
httpClient, MAX_RETRY, odataClient, odataRequest, request, uriLOG| Modifier | Constructor and Description |
|---|---|
protected |
AsyncBatchRequestWrapperImpl(ODataClient odataClient,
ODataBatchRequest odataRequest) |
| Modifier and Type | Method and Description |
|---|---|
ODataChangeset |
addChangeset()
Gets a changeset batch item instance.
|
void |
addOutsideUpdate(ODataBatchableRequest request)
Adds an outside change batch item instance.
|
void |
addRetrieve(ODataBatchableRequest request)
Adds a retrieve batch item instance.
|
AsyncResponseWrapper<ODataBatchResponse> |
execute()
execute the request for the first time.
|
callback, checkMonitor, doExecute, executeHttpRequest, extendHeader, waitcheckRequest, checkResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallback, waitprotected AsyncBatchRequestWrapperImpl(ODataClient odataClient, ODataBatchRequest odataRequest)
public ODataChangeset addChangeset()
addChangeset in interface AsyncBatchRequestWrapperpublic void addRetrieve(ODataBatchableRequest request)
addRetrieve in interface AsyncBatchRequestWrapperrequest - retrieve request to batch.public void addOutsideUpdate(ODataBatchableRequest request)
addOutsideUpdate in interface AsyncBatchRequestWrapperrequest - update request to batch outside a changeset.public AsyncResponseWrapper<ODataBatchResponse> execute()
AsyncRequestWrapperexecute in interface AsyncRequestWrapper<ODataBatchResponse>execute in class AsyncRequestWrapperImpl<ODataBatchResponse>Copyright © 2023. All rights reserved.