public interface ODataUpdateRequest
| Modifier and Type | Method and Description |
|---|---|
ODataUpdateResult |
execute(String destinationName)
Deprecated.
As of version 1.15.0, replaced by execute(UpdateMethod updateMethod, String destinationName)
|
ODataUpdateResult |
execute(UpdateMethod updateMethod,
org.apache.http.client.HttpClient providedClient)
Executes this Update request as PUT or PATCH operation
|
ODataUpdateResult |
execute(UpdateMethod updateMethod,
String destinationName)
Executes this Update request as a PUT or PATCH operation
|
ODataUpdateResult |
execute(UpdateMethod updateMethod,
com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName)
Executes this Update request as PUT or PATCH operation
|
ODataUpdateResult |
execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName)
Deprecated.
As of version 1.15.0, replaced by execute(UpdateMethod updateMethod, WithDestinationName withDestinationName)
|
@Deprecated ODataUpdateResult execute(String destinationName) throws ODataException
destinationName - ODataException@Deprecated ODataUpdateResult execute(com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName) throws ODataException
withDestinationName - ODataExceptionODataUpdateResult execute(UpdateMethod updateMethod, String destinationName) throws ODataException
updateMethod - An enum of type UpdateMethod, which determines whether the request is executed as a PUT or PATCH operationdestinationName - ODataExceptionODataUpdateResult execute(UpdateMethod updateMethod, com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName) throws ODataException
updateMethod - An enum of type UpdateMethod, which determines whether the request is executed as a PUT or PATCH operationwithDestinationName - ODataExceptionODataUpdateResult execute(UpdateMethod updateMethod, org.apache.http.client.HttpClient providedClient) throws ODataException
updateMethod - An enum of type UpdateMethod, which determines whether the
request is executed as a PUT or PATCH operationprovidedClient - The HTTP Client instance that should be used for the HTTP
operationsODataExceptionCopyright © 2020 SAP. All Rights Reserved.