Interface SapEntitlementOutboundService
- All Known Implementing Classes:
DefaultSapEntitlementOutboundService
public interface SapEntitlementOutboundService
Outbound Service for communication with SAP EMS
-
Method Summary
Modifier and TypeMethodDescriptionsendRequest(GetEntitlementRequest request) Deprecated, for removal: This API element is subject to removal in a future version.not used anymore.<T> TsendRequest(Object request, Class<T> responseClass, String destinationID) Sends request to SAP Entitlements.
-
Method Details
-
sendRequest
Sends request to SAP Entitlements.- Type Parameters:
T- Type of the response object- Parameters:
request- Request objectresponseClass- Type to map with API responsedestinationID- Destination ID for target destination- Returns:
- The response of the request
-
sendRequest
@Deprecated(since="1905.2003-CEP", forRemoval=true) Entitlements sendRequest(GetEntitlementRequest request) Deprecated, for removal: This API element is subject to removal in a future version.not used anymore.
-