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

Packages that use AdGroup
com.google.api.ads.adwords.v201109.cm   
 

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

Methods in com.google.api.ads.adwords.v201109.cm that return AdGroup
 AdGroup Operand.getAdGroup()
          Gets the adGroup value for this Operand.
 AdGroup[] AdGroupPage.getEntries()
          Gets the entries value for this AdGroupPage.
 AdGroup AdGroupPage.getEntries(int i)
           
 AdGroup AdGroupOperation.getOperand()
          Gets the operand value for this AdGroupOperation.
 AdGroup[] AdGroupReturnValue.getValue()
          Gets the value value for this AdGroupReturnValue.
 AdGroup AdGroupReturnValue.getValue(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type AdGroup
 void Operand.setAdGroup(AdGroup adGroup)
          Sets the adGroup value for this Operand.
 void AdGroupPage.setEntries(AdGroup[] entries)
          Sets the entries value for this AdGroupPage.
 void AdGroupPage.setEntries(int i, AdGroup _value)
           
 void AdGroupOperation.setOperand(AdGroup operand)
          Sets the operand value for this AdGroupOperation.
 void AdGroupReturnValue.setValue(AdGroup[] value)
          Sets the value value for this AdGroupReturnValue.
 void AdGroupReturnValue.setValue(int i, AdGroup _value)
           
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type AdGroup
AdGroupOperation(Operator operator, String operationType, AdGroup operand)
           
AdGroupPage(Integer totalNumEntries, String pageType, AdGroup[] entries)
           
AdGroupReturnValue(String listReturnValueType, AdGroup[] value)
           
Operand(AdExtensionOverride adExtensionOverride, AdGroupAd adGroupAd, AdGroupCriterion adGroupCriterion, AdGroup adGroup, Ad ad, CampaignAdExtension campaignAdExtension, CampaignCriterion campaignCriterion, Campaign campaign, Job job, Media media, PlaceHolder placeHolder, TargetList targetList, Target target)
           
 



Copyright © 2011. All Rights Reserved.