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

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

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

Subclasses of Job in com.google.api.ads.adwords.v201109.cm
 class BulkMutateJob
          A BulkMutateJob is essentially a mixed collection of mutate operations from the following AdWords API campaign management services: CampaignService CampaignTargetService CampaignCriterionService AdGroupService AdGroupAdService AdGroupCriterionService
 class SimpleMutateJob
          A mutation job, which was submitted using MutateJobService#mutate, and will execute asynchronously sometime after submission.
 

Methods in com.google.api.ads.adwords.v201109.cm that return Job
 Job[] MutateJobServiceInterface.get(JobSelector selector)
          Query the status of existing jobs, both simple and bulk API.
Use a JobSelector to query and return a list which may contain both BulkMutateJob and/or SimpleMutateJob.
 Job[] MutateJobServiceSoapBindingStub.get(JobSelector selector)
           
 Job Operand.getJob()
          Gets the job value for this Operand.
 Job JobOperation.getOperand()
          Gets the operand value for this JobOperation.
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type Job
 void Operand.setJob(Job job)
          Sets the job value for this Operand.
 void JobOperation.setOperand(Job operand)
          Sets the operand value for this JobOperation.
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type Job
JobOperation(Operator operator, String operationType, Job operand)
           
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.