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 TypeInterfaceDescriptioninterface
ModificationRequestBuilder<ResultT>
Interface to mark OData request types as modifying operation.interface
ReadRequestBuilder<ResultT>
Interface to mark OData request types as reading operation.Classes in com.sap.cloud.sdk.datamodel.odatav4.core that implement RequestBuilderModifier 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
Representation of an OData function request as a fluent interface for further configuring the request andexecuting
it.class
CountRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData 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
FunctionRequestBuilder<BuilderT extends FunctionRequestBuilder<BuilderT,
ResultT>, ResultT> Representation of a non-CRUD OData request as a fluent interface for further configuring the request andexecuting
it.class
GetAllRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData request as a fluent interface for further configuring the request andexecuting
it.class
GetByKeyRequestBuilder<EntityT extends VdmEntity<?>>
Representation of an OData request to retrieve an entity by its key 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
SingleValueFunctionRequestBuilder<ResultT>
Representation of an OData function 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 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.