Class BoundAction.CollectionToSingle<BindingT,ResultT>
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.CollectionToSingle<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 elements and returning an object, if any.-
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
Constructors -
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, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundOperation
getBindingType, getQualifiedName, getReturnType
-
Constructor Details
-
CollectionToSingle
public CollectionToSingle(@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:BoundActionThe parameters to invoke this action with.- Specified by:
getParametersin interfaceBoundAction<BindingT,ResultT> - Returns:
- The parameters to invoke this action with.
-
getBindingType
Description copied from interface:BoundOperationThe type this operations is bound to.- Specified by:
getBindingTypein interfaceBoundOperation<BindingT,ResultT> - Returns:
- The type this operations is bound to.
-
getReturnType
Description copied from interface:BoundOperationThe type this operations returns.- Specified by:
getReturnTypein interfaceBoundOperation<BindingT,ResultT> - Returns:
- The type this operations returns.
-
getQualifiedName
Description copied from interface:BoundOperationThe fully qualified name of the bound operation.- Specified by:
getQualifiedNamein interfaceBoundOperation<BindingT,ResultT> - Returns:
- The fully qualified name of bound operation.
-