|
||||||||||
| 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.SoapCallReturn.Builder
public static class SoapCallReturn.Builder
Builder for SoapCallReturn objects.
| Constructor Summary | |
|---|---|
SoapCallReturn.Builder()
Constructor. |
|
| Method Summary | |
|---|---|
SoapCallReturn |
build()
Returns the SoapCallReturn this Builder has been constructing. |
SoapCallReturn.Builder |
withException(Throwable exception)
Adds an exception to the SoapCallReturn under construction. |
SoapCallReturn.Builder |
withRequestInfo(RequestInfo requestInfo)
Adds a request info to the SoapCallReturn under construction. |
SoapCallReturn.Builder |
withResponseInfo(ResponseInfo responseInfo)
Adds a response info to the SoapCallReturn under construction. |
SoapCallReturn.Builder |
withReturnValue(Object returnValue)
Adds a return value to the SoapCallReturn under construction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapCallReturn.Builder()
| Method Detail |
|---|
public SoapCallReturn.Builder withReturnValue(Object returnValue)
returnValue - the return value to add to the SoapCallReturn
public SoapCallReturn.Builder withResponseInfo(ResponseInfo responseInfo)
responseInfo - the response info to add to the SoapCallReturn
public SoapCallReturn.Builder withRequestInfo(RequestInfo requestInfo)
requestInfo - the request info to add to the SoapCallReturn
public SoapCallReturn.Builder withException(Throwable exception)
exception - the exception to add to the SoapCallReturn
public SoapCallReturn build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||