public interface ServiceCall
| Modifier and Type | Method and Description |
|---|---|
ServiceResponse<Void> |
execute() |
<R> ServiceResponse<R> |
execute(Class<R> responseType) |
<R> ServiceResponse<R> execute(Class<R> responseType) throws ServiceException
ServiceExceptionServiceResponse<Void> execute() throws ServiceException
ServiceExceptionCopyright © 2022 SAP. All rights reserved.