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

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

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

Methods in com.google.api.ads.adwords.v201109.cm that return Campaign
 Campaign Operand.getCampaign()
          Gets the campaign value for this Operand.
 Campaign[] CampaignPage.getEntries()
          Gets the entries value for this CampaignPage.
 Campaign CampaignPage.getEntries(int i)
           
 Campaign CampaignOperation.getOperand()
          Gets the operand value for this CampaignOperation.
 Campaign[] CampaignReturnValue.getValue()
          Gets the value value for this CampaignReturnValue.
 Campaign CampaignReturnValue.getValue(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type Campaign
 void Operand.setCampaign(Campaign campaign)
          Sets the campaign value for this Operand.
 void CampaignPage.setEntries(Campaign[] entries)
          Sets the entries value for this CampaignPage.
 void CampaignPage.setEntries(int i, Campaign _value)
           
 void CampaignOperation.setOperand(Campaign operand)
          Sets the operand value for this CampaignOperation.
 void CampaignReturnValue.setValue(Campaign[] value)
          Sets the value value for this CampaignReturnValue.
 void CampaignReturnValue.setValue(int i, Campaign _value)
           
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type Campaign
CampaignOperation(Operator operator, String operationType, BiddingTransition biddingTransition, Campaign operand)
           
CampaignPage(Integer totalNumEntries, String pageType, Budget totalBudget, Campaign[] entries)
           
CampaignReturnValue(String listReturnValueType, Campaign[] 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.