Uses of Enum Class
com.sap.cloud.sdk.datamodel.odata.client.request.UpdateStrategy
Packages that use UpdateStrategy
-
Uses of UpdateStrategy in com.sap.cloud.sdk.datamodel.odata.client.request
Methods in com.sap.cloud.sdk.datamodel.odata.client.request that return UpdateStrategyModifier 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.Methods in com.sap.cloud.sdk.datamodel.odata.client.request with parameters of type UpdateStrategyModifier and TypeMethodDescriptionvoid
ODataRequestUpdate.setUpdateStrategy
(UpdateStrategy updateStrategy) TheUpdateStrategy
determines if the entity will be changed or replaced.Constructors in com.sap.cloud.sdk.datamodel.odata.client.request with parameters of type UpdateStrategyModifierConstructorDescriptionODataRequestUpdate
(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.