public class ServiceCallImpl extends Object implements ServiceCall
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceCallImpl(HttpMethod httpMethod,
ServiceEndpoint serviceEndpoint,
String pathParameter,
Object payload,
Map<String,String> headerFields,
List<QueryParameter> queryParameters,
RequestEnhancer requestEnhancer) |
| Modifier and Type | Method and Description |
|---|---|
ServiceResponse<Void> |
execute() |
<R> ServiceResponse<R> |
execute(Class<R> responseType) |
protected ServiceCallImpl(HttpMethod httpMethod, ServiceEndpoint serviceEndpoint, String pathParameter, Object payload, Map<String,String> headerFields, List<QueryParameter> queryParameters, RequestEnhancer requestEnhancer)
public <R> ServiceResponse<R> execute(Class<R> responseType) throws ServiceException
execute in interface ServiceCallServiceExceptionpublic ServiceResponse<Void> execute() throws ServiceException
execute in interface ServiceCallServiceExceptionCopyright © 2022 SAP. All rights reserved.