Uses of Enum Class
com.sap.cloud.sdk.datamodel.odata.helper.ModifyPatchStrategy
Packages that use ModifyPatchStrategy
-
Uses of ModifyPatchStrategy in com.sap.cloud.sdk.datamodel.odata.helper
Methods in com.sap.cloud.sdk.datamodel.odata.helper that return ModifyPatchStrategyModifier and TypeMethodDescriptionstatic ModifyPatchStrategy
Returns the enum constant of this class with the specified name.static ModifyPatchStrategy[]
ModifyPatchStrategy.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.helper with parameters of type ModifyPatchStrategyModifier and TypeMethodDescriptionfinal FluentHelperT
FluentHelperUpdate.modifyingEntity
(ModifyPatchStrategy strategy) Allows to control that the request to update the entity is sent with the HTTP method PATCH and its payload contains the changed fields only, with different strategies for handling nested fields.