public class AsyncRequestFactoryImpl extends Object implements AsyncRequestFactory
| Constructor and Description |
|---|
AsyncRequestFactoryImpl(ODataClient client) |
| Modifier and Type | Method and Description |
|---|---|
AsyncBatchRequestWrapper |
getAsyncBatchRequestWrapper(ODataBatchRequest odataRequest) |
<R extends ODataResponse> |
getAsyncRequestWrapper(ODataRequest odataRequest) |
public AsyncRequestFactoryImpl(ODataClient client)
public <R extends ODataResponse> AsyncRequestWrapper<R> getAsyncRequestWrapper(ODataRequest odataRequest)
getAsyncRequestWrapper in interface AsyncRequestFactorypublic AsyncBatchRequestWrapper getAsyncBatchRequestWrapper(ODataBatchRequest odataRequest)
getAsyncBatchRequestWrapper in interface AsyncRequestFactoryCopyright © 2023. All rights reserved.