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
Modifier and TypeInterfaceDescriptionstatic final class
Specificaction
operating on a collection of element and returning a collection of objects.static final class
Specificaction
operating on a collection of elements and returning an object, if any.static final class
Specificaction
operating on a single element and returning a collection of objects.static final class
Specificaction
operating 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.
-