public abstract class OperationRequest extends GenericRequest
| Constructor and Description |
|---|
OperationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName()
Gets the name of the operation import specified in the GET operation.
|
abstract Map<String,Object> |
getParameters()
Gets the parameters for the function call.
|
containsHeader, getEntityMetadata, getHeader, getHeaderNames, getHeaders, getHttpMethod, getLocale, getMessageContainer, getRequestContext, getServiceName, setServiceNamepublic String getOperationName()
String containing the name of the function importpublic abstract Map<String,Object> getParameters()
Map object containing key-value pairs of the parameters in the URLCopyright © 2020 SAP. All Rights Reserved.