Interface SapEntitlementOutboundService

All Known Implementing Classes:
DefaultSapEntitlementOutboundService

public interface SapEntitlementOutboundService
Outbound Service for communication with SAP EMS
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    not used anymore.
    <T> T
    sendRequest(Object request, Class<T> responseClass, String destinationID)
    Sends request to SAP Entitlements.
  • Method Details

    • sendRequest

      <T> T sendRequest(Object request, Class<T> responseClass, String destinationID)
      Sends request to SAP Entitlements.
      Type Parameters:
      T - Type of the response object
      Parameters:
      request - Request object
      responseClass - Type to map with API response
      destinationID - 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.