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 TypeClassDescriptionclassActionRequestBuilder<BuilderT extends ActionRequestBuilder<BuilderT,ResultT>, ResultT> Representation of an Action OData request as a fluent interface for further configuring the request andexecutingit.classRepresentation of an OData Batch request as a fluent interface for combining multiple data reading and modifying operations in one HTTP request.classCollectionValueActionRequestBuilder<ResultT>Representation of an OData action request as a fluent interface for further configuring the request andexecutingit.classCreateRequestBuilder<EntityT extends VdmEntity<?>>Representation of an OData request as a fluent interface for further configuring the request andexecutingit.classDeleteRequestBuilder<EntityT extends VdmEntity<?>>Representation of an OData delete request as a fluent interface for further configuring the request andexecutingit.classSingleValueActionRequestBuilder<ResultT>Representation of an OData action request as a fluent interface for further configuring the request andexecutingit.classUpdateRequestBuilder<EntityT extends VdmEntity<?>>Representation of an OData request as a fluent interface for further configuring the request andexecutingit.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.