public interface ODataDeleteRequest
| Modifier and Type | Method and Description |
|---|---|
ODataDeleteResult |
execute(org.apache.http.client.HttpClient providedClient)
Execute the OData Delete request using the HTTP Client supplied by
consumer
|
ODataDeleteResult |
execute(String destinationName)
Executes the OData Delete request represented by this object.
|
ODataDeleteResult |
execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName)
Executes the OData delete request represented by this object.
|
ODataDeleteResult execute(String destinationName) throws ODataException
destinationName - ODataExceptionODataDeleteResult execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName) throws ODataException
withDestinationName - ODataExceptionODataDeleteResult execute(org.apache.http.client.HttpClient providedClient) throws ODataException
providedClient - HTTP Client provided by the consumer of the APIODataExceptionCopyright © 2020 SAP. All Rights Reserved.