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,
String entityName,
String entityKey,
String serializedEntity,
UpdateStrategy updateStrategy,
String versionIdentifier,
ODataProtocol protocol)
Default constructor for OData Update request.
|
Copyright © 2020 SAP SE. All rights reserved.