| Package | Description |
|---|---|
| com.sap.cloud.sdk.odatav2.connectivity | |
| com.sap.cloud.sdk.odatav2.connectivity.batch | |
| com.sap.cloud.sdk.odatav2.connectivity.impl |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMethod |
UpdateMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateMethod[] |
UpdateMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ODataUpdateResult |
ODataUpdateRequest.execute(UpdateMethod updateMethod,
org.apache.http.client.HttpClient providedClient)
Executes this Update request as PUT or PATCH operation
|
ODataUpdateResult |
ODataUpdateRequest.execute(UpdateMethod updateMethod,
String destinationName)
Executes this Update request as a PUT or PATCH operation
|
ODataUpdateResult |
ODataUpdateRequest.execute(UpdateMethod updateMethod,
com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName)
Executes this Update request as PUT or PATCH operation
|
| Modifier and Type | Method and Description |
|---|---|
ChangeSetBuilder |
ChangeSetBuilder.addUpdateRequest(ODataUpdateRequest oDataUpdateRequest,
UpdateMethod method)
Adds an update request to the change set.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMethod |
ChangeSetUpdateRequest.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
ODataUpdateResult |
ODataUpdateRequestImpl.execute(UpdateMethod updateMethod,
org.apache.http.client.HttpClient providedClient) |
ODataUpdateResult |
ODataUpdateRequestImpl.execute(UpdateMethod updateMethod,
String destinationName) |
ODataUpdateResult |
ODataUpdateRequestImpl.execute(UpdateMethod updateMethod,
com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName withDestinationName) |
| Constructor and Description |
|---|
ChangeSetUpdateRequest(ODataUpdateRequest request,
UpdateMethod method) |
Copyright © 2020 SAP. All Rights Reserved.