|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.common.lib.soap.RequestInfo.Builder
public static class RequestInfo.Builder
Builder for RequestInfo objects.
| Constructor Summary | |
|---|---|
RequestInfo.Builder()
Constructor. |
|
| Method Summary | |
|---|---|
RequestInfo |
build()
Returns the RequestInfo this Builder has been constructing. |
RequestInfo.Builder |
withMethodName(String methodName)
Adds a method name to the RequestInfo under construction. |
RequestInfo.Builder |
withServiceName(String serviceName)
Adds a service name to the RequestInfo under construction. |
RequestInfo.Builder |
withSoapRequestXml(String soapRequestXml)
Adds the SOAP request XML to the RequestInfo under construction. |
RequestInfo.Builder |
withUrl(String url)
Adds the target URL to the RequestInfo under construction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestInfo.Builder()
| Method Detail |
|---|
public RequestInfo.Builder withMethodName(String methodName)
methodName - the method name to add to the RequestInfo
public RequestInfo.Builder withServiceName(String serviceName)
serviceName - the service name to add to the RequestInfo
public RequestInfo.Builder withSoapRequestXml(String soapRequestXml)
soapRequestXml - the raw SOAP request XML to add to the RequestInfo
public RequestInfo.Builder withUrl(String url)
url - the URL that the request was made to
public RequestInfo build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||