static IntegrationResponse.Builder |
IntegrationResponse.builder() |
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.contentHandling(String contentHandling) |
Specifies how to handle response payload content type conversions.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) |
Specifies how to handle response payload content type conversions.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.responseParameters(Map<String,String> responseParameters) |
A key-value map specifying response parameters that are passed to the method response from the back end.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.responseTemplates(Map<String,String> responseTemplates) |
Specifies the templates used to transform the integration response body.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.selectionPattern(String selectionPattern) |
Specifies the regular expression (regex) pattern used to choose an integration response based on the response
from the back end.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.statusCode(String statusCodeValue) |
Specifies the status code that is used to map the integration response to an existing MethodResponse.
|
IntegrationResponse.Builder |
IntegrationResponse.toBuilder() |
|