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

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

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

Fields in com.google.api.adwords.v11 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.v11 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.v11 with parameters of type ReportJobStatus
 void ReportJob.setStatus(ReportJobStatus status)
          Sets the status value for this ReportJob.
 

Constructors in com.google.api.adwords.v11 with parameters of type ReportJobStatus
ReportJob(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.