Class BoundAction.CollectionToCollection<BindingT,ResultT>
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.CollectionToCollection<BindingT,ResultT>
- Type Parameters:
BindingT
- The type the action is bound to.ResultT
- The type this action returns.
- All Implemented Interfaces:
BoundAction<BindingT,
,ResultT> BoundOperation<BindingT,
ResultT>
- Enclosing interface:
- BoundAction<BindingT,
ResultT>
Specific
action
operating on a collection of element and returning a collection of objects.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction
BoundAction.CollectionToCollection<BindingT,
ResultT>, BoundAction.CollectionToSingle<BindingT, ResultT>, BoundAction.SingleToCollection<BindingT, ResultT>, BoundAction.SingleToSingle<BindingT, ResultT> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe type this operations is bound to.The parameters to invoke this action with.The fully qualified name of the bound operation.The type this operations returns.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundOperation
getBindingType, getQualifiedName, getReturnType
-
Constructor Details
-
CollectionToCollection
public CollectionToCollection(@Nonnull Class<BindingT> src, @Nonnull Class<ResultT> target, @Nonnull String name, @Nonnull Map<String, Object> parameters) Default constructor.- Parameters:
src
- The type the action is bound to.target
- The type this action returns.name
- The fully qualified name of the action.parameters
- The parameters to invoke this action with.
-
-
Method Details
-
getParameters
Description copied from interface:BoundAction
The parameters to invoke this action with.- Specified by:
getParameters
in interfaceBoundAction<BindingT,
ResultT> - Returns:
- The parameters to invoke this action with.
-
getBindingType
Description copied from interface:BoundOperation
The type this operations is bound to.- Specified by:
getBindingType
in interfaceBoundOperation<BindingT,
ResultT> - Returns:
- The type this operations is bound to.
-
getReturnType
Description copied from interface:BoundOperation
The type this operations returns.- Specified by:
getReturnType
in interfaceBoundOperation<BindingT,
ResultT> - Returns:
- The type this operations returns.
-
getQualifiedName
Description copied from interface:BoundOperation
The fully qualified name of the bound operation.- Specified by:
getQualifiedName
in interfaceBoundOperation<BindingT,
ResultT> - Returns:
- The fully qualified name of bound operation.
-