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

Packages that use KeywordMatchType
com.google.api.ads.adwords.v201109.cm   
com.google.api.ads.adwords.v201109.o   
 

Uses of KeywordMatchType in com.google.api.ads.adwords.v201109.cm
 

Fields in com.google.api.ads.adwords.v201109.cm declared as KeywordMatchType
static KeywordMatchType KeywordMatchType.BROAD
           
static KeywordMatchType KeywordMatchType.EXACT
           
static KeywordMatchType KeywordMatchType.PHRASE
           
 

Methods in com.google.api.ads.adwords.v201109.cm that return KeywordMatchType
static KeywordMatchType KeywordMatchType.fromString(String value)
           
static KeywordMatchType KeywordMatchType.fromValue(String value)
           
 KeywordMatchType Keyword.getMatchType()
          Gets the matchType value for this Keyword.
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type KeywordMatchType
 void Keyword.setMatchType(KeywordMatchType matchType)
          Sets the matchType value for this Keyword.
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type KeywordMatchType
Keyword(Long id, CriterionType type, String criterionType, String text, KeywordMatchType matchType)
           
 

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

Methods in com.google.api.ads.adwords.v201109.o that return KeywordMatchType
 KeywordMatchType[] KeywordMatchTypeSearchParameter.getKeywordMatchTypes()
          Gets the keywordMatchTypes value for this KeywordMatchTypeSearchParameter.
 KeywordMatchType KeywordMatchTypeSearchParameter.getKeywordMatchTypes(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.o with parameters of type KeywordMatchType
 void KeywordMatchTypeSearchParameter.setKeywordMatchTypes(int i, KeywordMatchType _value)
           
 void KeywordMatchTypeSearchParameter.setKeywordMatchTypes(KeywordMatchType[] keywordMatchTypes)
          Sets the keywordMatchTypes value for this KeywordMatchTypeSearchParameter.
 

Constructors in com.google.api.ads.adwords.v201109.o with parameters of type KeywordMatchType
KeywordMatchTypeSearchParameter(String searchParameterType, KeywordMatchType[] keywordMatchTypes)
           
 



Copyright © 2011. All Rights Reserved.