Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
Packages that use UpdateRequestBuilder
-
Uses of UpdateRequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.core
Methods in com.sap.cloud.sdk.datamodel.odatav4.core that return UpdateRequestBuilderModifier and TypeMethodDescriptionUpdateRequestBuilder.disableVersionIdentifier()The update request will ignore any version identifier present on the entity and not send an `If-Match` header.final UpdateRequestBuilder<EntityT>UpdateRequestBuilder.excludingFields(FieldReference... fields) Allows to explicitly specify entity fields that should not be sent in an update request.final UpdateRequestBuilder<EntityT>UpdateRequestBuilder.includingFields(FieldReference... fields) Allows to explicitly specify entity fields that shall be sent in an update request regardless if the values of these fields have been changed.UpdateRequestBuilder.matchAnyVersionIdentifier()The update request will ignore any version identifier present on the entity and update the entity, regardless of any changes on the remote entity.final UpdateRequestBuilder<EntityT>UpdateRequestBuilder.modifyingEntity()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.final UpdateRequestBuilder<EntityT>UpdateRequestBuilder.replacingEntity()Allows to control that the request to update the entity is sent with the HTTP method PUT and its payload contains all fields of the entity, regardless which of them have been changed.Update an existing entity and save it to the OData service.UpdateRequestBuilder.withoutCsrfToken()Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type UpdateRequestBuilderModifier and TypeMethodDescription<EntityT extends VdmEntity<?>>
ModificationResponse<EntityT>BatchResponse.getModificationResult(UpdateRequestBuilder<EntityT> operation) Extract the batch item result for the provided OData request.