Uses of Enum Class
com.sap.cloud.sdk.datamodel.odata.client.request.UpdateStrategy
-
Uses of UpdateStrategy in com.sap.cloud.sdk.datamodel.odata.client.request
Modifier and TypeMethodDescriptionODataRequestUpdate.getUpdateStrategy()
TheUpdateStrategy
determines if the entity will be changed or replaced.static UpdateStrategy
Returns the enum constant of this class with the specified name.static UpdateStrategy[]
UpdateStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ODataRequestUpdate.setUpdateStrategy
(UpdateStrategy updateStrategy) TheUpdateStrategy
determines if the entity will be changed or replaced.ModifierConstructorDescriptionODataRequestUpdate
(String servicePath, ODataResourcePath entityPath, String serializedEntity, UpdateStrategy updateStrategy, String versionIdentifier, ODataProtocol protocol) Default constructor for OData Update requests.ODataRequestUpdate
(String servicePath, ODataResourcePath entityPath, org.apache.http.HttpEntity httpEntity, 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.