static InboundRequestServiceParameter.InboundRequestServiceParameterBuilder |
InboundRequestServiceParameter.inboundRequestServiceParameter() |
|
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder |
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder.withHttpMethod(HttpMethod httpMethod) |
Sets the HTTP method used to make the request
|
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder |
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder.withMedias(java.util.List<InboundRequestMediaModel> medias) |
Sets the request bodies for all entities contained in a request
|
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder |
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder.withRequests(java.util.List<RequestBatchEntity> requests) |
Sets the information pertaining to the inbound requests extracted from the requests
|
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder |
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder.withResponses(java.util.List<ResponseChangeSetEntity> responses) |
Sets the information pertaining to the inbound requests extracted from the responses
|
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder |
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder.withSapPassport(java.lang.String sapPassport) |
Sets the SAP Passport that came in with the request's SAP-PASSPORT header
|
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder |
InboundRequestServiceParameter.InboundRequestServiceParameterBuilder.withUserId(java.lang.String userId) |
Sets the user ID that made the request
|