Uses of Class
com.google.api.adwords.v10.KeywordType

Packages that use KeywordType
com.google.api.adwords.v10   
 

Uses of KeywordType in com.google.api.adwords.v10
 

Fields in com.google.api.adwords.v10 declared as KeywordType
static KeywordType KeywordType.Broad
           
static KeywordType KeywordType.Exact
           
static KeywordType KeywordType.Phrase
           
 

Methods in com.google.api.adwords.v10 that return KeywordType
static KeywordType KeywordType.fromString(java.lang.String value)
           
static KeywordType KeywordType.fromValue(java.lang.String value)
           
 KeywordType KeywordTrafficRequest.getKeywordType()
          Gets the keywordType value for this KeywordTrafficRequest.
 KeywordType KeywordReportJob.getKeywordType()
          Gets the keywordType value for this KeywordReportJob.
 KeywordType CustomReportJob.getKeywordType()
          Gets the keywordType value for this CustomReportJob.
 KeywordType KeywordRequest.getType()
          Gets the type value for this KeywordRequest.
 KeywordType SeedKeyword.getType()
          Gets the type value for this SeedKeyword.
 KeywordType Keyword.getType()
          Gets the type value for this Keyword.
 

Methods in com.google.api.adwords.v10 with parameters of type KeywordType
 void KeywordTrafficRequest.setKeywordType(KeywordType keywordType)
          Sets the keywordType value for this KeywordTrafficRequest.
 void KeywordReportJob.setKeywordType(KeywordType keywordType)
          Sets the keywordType value for this KeywordReportJob.
 void CustomReportJob.setKeywordType(KeywordType keywordType)
          Sets the keywordType value for this CustomReportJob.
 void KeywordRequest.setType(KeywordType type)
          Sets the type value for this KeywordRequest.
 void SeedKeyword.setType(KeywordType type)
          Sets the type value for this SeedKeyword.
 void Keyword.setType(KeywordType type)
          Sets the type value for this Keyword.
 

Constructors in com.google.api.adwords.v10 with parameters of type KeywordType
CustomReportJob(AdGroupStatus[] adGroupStatuses, int[] adGroups, AdWordsType adWordsType, CampaignStatus[] campaignStatuses, int[] campaigns, CustomReportOption[] customOptions, java.lang.Boolean includeZeroImpression, KeywordStatus[] keywordStatuses, KeywordType keywordType, java.lang.String[] keywords)
           
Keyword(java.lang.Long maxCpc, java.lang.Long minCpc, java.lang.Long proxyMaxCpc, java.lang.String text, KeywordType type)
           
KeywordReportJob(AdWordsType adWordsType, int[] campaigns, java.lang.Boolean includeZeroImpression, KeywordStatus[] keywordStatuses, KeywordType keywordType)
           
KeywordRequest(java.lang.Long id, java.lang.Long maxCpc, java.lang.Boolean negative, java.lang.String text, KeywordType type)
           
KeywordTrafficRequest(java.lang.String keywordText, KeywordType keywordType, java.lang.String language)
           
SeedKeyword(java.lang.Boolean negative, java.lang.String text, KeywordType type)
           
 



Copyright © 2005 Google Corp. All Rights Reserved.