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

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

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

Fields in com.google.api.adwords.v10 declared as ReportJobStatus
static ReportJobStatus ReportJobStatus.Completed
           
static ReportJobStatus ReportJobStatus.Failed
           
static ReportJobStatus ReportJobStatus.InProgress
           
static ReportJobStatus ReportJobStatus.Pending
           
 

Methods in com.google.api.adwords.v10 that return ReportJobStatus
static ReportJobStatus ReportJobStatus.fromString(java.lang.String value)
           
static ReportJobStatus ReportJobStatus.fromValue(java.lang.String value)
           
 ReportJobStatus ReportServiceSoapBindingStub.getReportJobStatus(long reportJobId)
           
 ReportJobStatus ReportInterface.getReportJobStatus(long reportJobId)
           
 ReportJobStatus ReportJob.getStatus()
          Gets the status value for this ReportJob.
 

Methods in com.google.api.adwords.v10 with parameters of type ReportJobStatus
 void ReportJob.setStatus(ReportJobStatus status)
          Sets the status value for this ReportJob.
 

Constructors in com.google.api.adwords.v10 with parameters of type ReportJobStatus
ReportJob(AggregationType aggregationType, java.lang.String[] clientEmails, java.lang.Boolean crossClient, java.util.Date endDay, java.lang.Long id, java.lang.String name, java.util.Date startDay, ReportJobStatus status)
           
 



Copyright © 2005 Google Corp. All Rights Reserved.