public static class ResponseInfo.Builder extends Object
ResponseInfo objects.| Constructor and Description |
|---|
Builder()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseInfo |
build()
Returns the ResponseInfo this Builder has been constructing.
|
ResponseInfo.Builder |
withRequestId(String requestId)
Adds the SOAP response request ID to the ResponseInfo under construction.
|
ResponseInfo.Builder |
withSoapResponseXml(String soapResponseXml)
Adds the SOAP response XML to the ResponseInfo under construction.
|
public ResponseInfo.Builder withSoapResponseXml(String soapResponseXml)
soapResponseXml - the SOAP response XML to add to the ResponseInfopublic ResponseInfo.Builder withRequestId(String requestId)
public ResponseInfo build()
Copyright © 2016. All Rights Reserved.