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

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

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

Subclasses of JobSelector in com.google.api.ads.adwords.v201109.cm
 class BulkMutateJobSelector
          Specifies additional criteria for selecting bulk mutate jobs.
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type JobSelector
 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)
           
 JobResult MutateJobServiceInterface.getResult(JobSelector selector)
          Query mutation results, of a COMPLETED job.
Use a JobSelector to query and return either a BulkMutateResult or a SimpleMutateResult.
 JobResult MutateJobServiceSoapBindingStub.getResult(JobSelector selector)
           
 



Copyright © 2011. All Rights Reserved.