public interface AsyncResponseWrapper<R extends ODataResponse>
| Modifier and Type | Method and Description | 
|---|---|
| AsyncResponseWrapper<ODataDeleteResponse> | asyncDelete()A client can request that the DELETE should be executed asynchronously. | 
| ODataDeleteResponse | delete()DeleteA DELETE request sent to the status monitor resource requests that the asynchronous processing be canceled. | 
| AsyncResponseWrapper<R> | forceNextMonitorCheck(URI uri)Specifies the location for the next monitor check. | 
| R | getODataResponse()Gets the real response. | 
| boolean | isDone()Checks if asynchronous processing has been terminated. | 
| boolean | isPreferenceApplied()Checks for preference applied. | 
boolean isPreferenceApplied()
boolean isDone()
R getODataResponse()
AsyncResponseWrapper<R> forceNextMonitorCheck(URI uri)
uri - monitor location.ODataDeleteResponse delete()
AsyncResponseWrapper<ODataDeleteResponse> asyncDelete()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.