Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueActionRequestBuilder
Packages that use CollectionValueActionRequestBuilder
-
Uses of CollectionValueActionRequestBuilder in com.sap.cloud.sdk.datamodel.odatav4.core
Methods in com.sap.cloud.sdk.datamodel.odatav4.core that return CollectionValueActionRequestBuilderModifier and TypeMethodDescription<ResultT> CollectionValueActionRequestBuilder<ResultT>NavigableEntitySingle.applyAction(BoundAction.SingleToCollection<EntityT, ResultT> action) Apply a bound action returning a collection of elements to the current element.<EntityT extends VdmEntity<EntityT>,ResultT>
CollectionValueActionRequestBuilder<ResultT>OperationsOnEntityCollections.applyAction(BoundAction.CollectionToCollection<EntityT, ResultT> action) Apply a bound action returning a collection of objects to the current entity collection.default <EntityT extends VdmEntity<EntityT>,ResultT>
CollectionValueActionRequestBuilder<ResultT>ServiceWithNavigableEntities.applyAction(BoundAction.CollectionToCollection<EntityT, ResultT> action) Apply a bound action returning a collection of objects to the current entity collection.Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type CollectionValueActionRequestBuilderModifier and TypeMethodDescription<T> ActionResponseCollection<T>BatchResponse.getModificationResult(CollectionValueActionRequestBuilder<T> operation) Extract the batch item result for the provided OData request.