Uses of Class
com.google.api.ads.adwords.v201109.cm.Keyword

Packages that use Keyword
com.google.api.ads.adwords.v201109.o   
 

Uses of Keyword in com.google.api.ads.adwords.v201109.o
 

Methods in com.google.api.ads.adwords.v201109.o that return Keyword
 Keyword KeywordEstimateRequest.getKeyword()
          Gets the keyword value for this KeywordEstimateRequest.
 Keyword[] RelatedToKeywordSearchParameter.getKeywords()
          Gets the keywords value for this RelatedToKeywordSearchParameter.
 Keyword[] ExcludedKeywordSearchParameter.getKeywords()
          Gets the keywords value for this ExcludedKeywordSearchParameter.
 Keyword RelatedToKeywordSearchParameter.getKeywords(int i)
           
 Keyword ExcludedKeywordSearchParameter.getKeywords(int i)
           
 Keyword KeywordAttribute.getValue()
          Gets the value value for this KeywordAttribute.
 

Methods in com.google.api.ads.adwords.v201109.o with parameters of type Keyword
 void KeywordEstimateRequest.setKeyword(Keyword keyword)
          Sets the keyword value for this KeywordEstimateRequest.
 void RelatedToKeywordSearchParameter.setKeywords(int i, Keyword _value)
           
 void ExcludedKeywordSearchParameter.setKeywords(int i, Keyword _value)
           
 void RelatedToKeywordSearchParameter.setKeywords(Keyword[] keywords)
          Sets the keywords value for this RelatedToKeywordSearchParameter.
 void ExcludedKeywordSearchParameter.setKeywords(Keyword[] keywords)
          Sets the keywords value for this ExcludedKeywordSearchParameter.
 void KeywordAttribute.setValue(Keyword value)
          Sets the value value for this KeywordAttribute.
 

Constructors in com.google.api.ads.adwords.v201109.o with parameters of type Keyword
ExcludedKeywordSearchParameter(String searchParameterType, Keyword[] keywords)
           
KeywordAttribute(String attributeType, Keyword value)
           
KeywordEstimateRequest(String estimateRequestType, Keyword keyword, Money maxCpc, Boolean isNegative)
           
RelatedToKeywordSearchParameter(String searchParameterType, Keyword[] keywords)
           
 



Copyright © 2011. All Rights Reserved.