Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
Packages that use DeleteRequestBuilder
-
Uses of DeleteRequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.core
Methods in com.sap.cloud.sdk.datamodel.odatav4.core that return DeleteRequestBuilderModifier and TypeMethodDescriptionNavigableEntitySingle.delete()Deletes the current entity in the OData service.DeleteRequestBuilder.disableVersionIdentifier()The delete request will ignore any version identifier present on the entity and not send an `If-Match` header.DeleteRequestBuilder.matchAnyVersionIdentifier()The delete request will ignore any version identifier present on the entity and delete the entity, regardless of any changes on the remote entity.DeleteRequestBuilder.withoutCsrfToken()Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type DeleteRequestBuilderModifier and TypeMethodDescription<EntityT extends VdmEntity<?>>
ModificationResponse<EntityT>BatchResponse.getModificationResult(DeleteRequestBuilder<EntityT> operation) Extract the batch item result for the provided OData request.