Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilder
Packages that use RequestBuilder
-
Uses of RequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.core
Subinterfaces of RequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.coreModifier and TypeInterfaceDescriptioninterfaceModificationRequestBuilder<ResultT>Interface to mark OData request types as modifying operation.interfaceReadRequestBuilder<ResultT>Interface to mark OData request types as reading operation.Classes in com.sap.cloud.sdk.datamodel.odatav4.core that implement RequestBuilderModifier 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.classRepresentation of an OData function request as a fluent interface for further configuring the request andexecutingit.classCountRequestBuilder<EntityT extends VdmEntity<?>>Representation of an OData 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.classFunctionRequestBuilder<BuilderT extends FunctionRequestBuilder<BuilderT,ResultT>, ResultT> Representation of a non-CRUD OData request as a fluent interface for further configuring the request andexecutingit.classGetAllRequestBuilder<EntityT extends VdmEntity<?>>Representation of an OData request as a fluent interface for further configuring the request andexecutingit.classGetByKeyRequestBuilder<EntityT extends VdmEntity<?>>Representation of an OData request to retrieve an entity by its key 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.classSingleValueFunctionRequestBuilder<ResultT>Representation of an OData function 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 RequestBuilderModifier and TypeMethodDescriptionRequestBuilder.withHeader(String key, String value) Gives the option to specify custom HTTP headers.default RequestBuilder<ResultT>RequestBuilder.withHeaders(Map<String, String> map) Gives the option to specify a map of custom HTTP headers.