public interface IntegrationKeyExtractor
ODataResponse| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
extractIntegrationKey(java.lang.String responseBody,
int statusCode)
Gets the integrationKey value from the
ODataResponse |
boolean |
isApplicable(java.lang.String contentType)
Indicates whether this IntegrationKeyExtractor is applicable to the given
ODataResponse |
boolean isApplicable(java.lang.String contentType)
ODataResponsecontentType - content type of the responsejava.lang.String extractIntegrationKey(java.lang.String responseBody,
int statusCode)
ODataResponseresponseBody - Response body to extract the integrationKey value fromstatusCode - status code of the responseCopyright © 2018 SAP SE. All Rights Reserved.