Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueActionRequestBuilder
Packages that use SingleValueActionRequestBuilder
-
Uses of SingleValueActionRequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.core
Methods in com.sap.cloud.sdk.datamodel.odatav4.core that return SingleValueActionRequestBuilderModifier and TypeMethodDescription<ResultT> SingleValueActionRequestBuilder<ResultT>NavigableEntitySingle.applyAction(BoundAction.SingleToSingle<EntityT, ResultT> action) Apply a bound action returning a single or no object to the current element.<EntityT extends VdmEntity<EntityT>,ResultT>
SingleValueActionRequestBuilder<ResultT>OperationsOnEntityCollections.applyAction(BoundAction.CollectionToSingle<EntityT, ResultT> action) Apply a bound action returning a single or no object to an entity collection of the service.default <EntityT extends VdmEntity<EntityT>,ResultT>
SingleValueActionRequestBuilder<ResultT>ServiceWithNavigableEntities.applyAction(BoundAction.CollectionToSingle<EntityT, ResultT> action) Apply a bound action returning a single or no object to an entity collection of the service.Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type SingleValueActionRequestBuilderModifier and TypeMethodDescription<T> ActionResponseSingle<T>BatchResponse.getModificationResult(SingleValueActionRequestBuilder<T> operation) Extract the batch item result for the provided OData request.