Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.core.ModificationRequestBuilder
Packages that use ModificationRequestBuilder
-
Uses of ModificationRequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.core
Classes in com.sap.cloud.sdk.datamodel.odatav4.core that implement ModificationRequestBuilderModifier and TypeClassDescriptionclass
ActionRequestBuilder<BuilderT extends ActionRequestBuilder<BuilderT,
ResultT>, ResultT> Representation of an Action OData request as a fluent interface for further configuring the request andexecuting
it.class
Representation of an OData Batch request as a fluent interface for combining multiple data reading and modifying operations in one HTTP request.class
CollectionValueActionRequestBuilder<ResultT>
Representation of an OData action request as a fluent interface for further configuring the request andexecuting
it.class
CreateRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData request as a fluent interface for further configuring the request andexecuting
it.class
DeleteRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData delete request as a fluent interface for further configuring the request andexecuting
it.class
SingleValueActionRequestBuilder<ResultT>
Representation of an OData action request as a fluent interface for further configuring the request andexecuting
it.class
UpdateRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData request as a fluent interface for further configuring the request andexecuting
it.Methods in com.sap.cloud.sdk.datamodel.odatav4.core that return ModificationRequestBuilderModifier and TypeMethodDescriptionActionRequestBuilder.withoutCsrfToken()
Deactivates the CSRF token retrieval for this OData request.ModificationRequestBuilder.withoutCsrfToken()
Deactivates the CSRF token retrieval for this OData request.Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type ModificationRequestBuilderModifier and TypeMethodDescriptionBatchRequestBuilder.addChangeset
(ModificationRequestBuilder<?>... operations) Add modifying operations to the OData batch request as combined changeset.