Interface BoundAction<BindingT,ResultT>
- Type Parameters:
BindingT- The type the function is bound to.ResultT- The type this function returns.
- All Superinterfaces:
BoundOperation<BindingT,ResultT>
- All Known Implementing Classes:
BoundAction.CollectionToCollection,BoundAction.CollectionToSingle,BoundAction.SingleToCollection,BoundAction.SingleToSingle
Interface representing an action bound to a specific type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classSpecificactionoperating on a collection of element and returning a collection of objects.static final classSpecificactionoperating on a collection of elements and returning an object, if any.static final classSpecificactionoperating on a single element and returning a collection of objects.static final classSpecificactionoperating on a single element and returning an object, if any. -
Method Summary
Modifier and TypeMethodDescriptionThe parameters to invoke this action with.Methods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundOperation
getBindingType, getQualifiedName, getReturnType
-
Method Details
-
getParameters
The parameters to invoke this action with.- Returns:
- The parameters to invoke this action with.
-