Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.core.ActionRequestBuilder
Packages that use ActionRequestBuilder
-
Uses of ActionRequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.core
Classes in com.sap.cloud.sdk.datamodel.odatav4.core with type parameters of type ActionRequestBuilderModifier 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.Subclasses of ActionRequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.coreModifier and TypeClassDescriptionclass
CollectionValueActionRequestBuilder<ResultT>
Representation of an OData action 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.