| Package | Description |
|---|---|
| com.sap.cloud.sdk.datamodel.odata.client.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateStrategy |
ODataRequestUpdate.getUpdateStrategy()
The
UpdateStrategy determines if the entity will be changed or replaced. |
static UpdateStrategy |
UpdateStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateStrategy[] |
UpdateStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ODataRequestUpdate.setUpdateStrategy(UpdateStrategy updateStrategy)
The
UpdateStrategy determines if the entity will be changed or replaced. |
| Constructor and Description |
|---|
ODataRequestUpdate(String servicePath,
ODataResourcePath entityPath,
String serializedEntity,
UpdateStrategy updateStrategy,
String versionIdentifier,
ODataProtocol protocol)
Default constructor for OData Update requests.
|
ODataRequestUpdate(String servicePath,
String entityName,
ODataEntityKey entityKey,
String serializedEntity,
UpdateStrategy updateStrategy,
String versionIdentifier,
ODataProtocol protocol)
Convenience constructor for OData update requests on entity collections directly.
|
Copyright © 2021 SAP SE. All rights reserved.