com.google.api.ads.common.lib.soap
Class ResponseInfo.Builder

java.lang.Object
  extended by com.google.api.ads.common.lib.soap.ResponseInfo.Builder
Enclosing class:
ResponseInfo

public static class ResponseInfo.Builder
extends Object

Builder for ResponseInfo objects.

Author:
Adam Rogal

Constructor Summary
ResponseInfo.Builder()
          Constructor.
 
Method Summary
 ResponseInfo build()
          Returns the ResponseInfo this Builder has been constructing.
 ResponseInfo.Builder withSoapResponseXml(String soapResponseXml)
          Adds the SOAP response XML to the ResponseInfo under construction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseInfo.Builder

public ResponseInfo.Builder()
Constructor.

Method Detail

withSoapResponseXml

public ResponseInfo.Builder withSoapResponseXml(String soapResponseXml)
Adds the SOAP response XML to the ResponseInfo under construction.

Parameters:
soapResponseXml - the SOAP response XML to add to the ResponseInfo
Returns:
this builder

build

public ResponseInfo build()
Returns the ResponseInfo this Builder has been constructing.

Returns:
the built ResponseInfo object


Copyright © 2012. All Rights Reserved.