Uses of Class
com.yahoo.marketing.apt.ReportRequest

Packages that use ReportRequest
com.yahoo.marketing.apt   
 

Uses of ReportRequest in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ReportRequest
private  ReportRequest ScheduledReport.reportRequest
           
 

Methods in com.yahoo.marketing.apt that return ReportRequest
 ReportRequest ScheduledReport.getReportRequest()
          Gets the reportRequest value for this ScheduledReport.
 

Methods in com.yahoo.marketing.apt with parameters of type ReportRequest
 long ReportServiceHttpBindingStub.addSavedReportRequest(ReportRequest reportRequest)
           
 long ReportService.addSavedReportRequest(ReportRequest reportRequest)
           
 boolean ReportServiceHttpBindingStub.booksClosed(ReportRequest reportRequest)
           
 boolean ReportService.booksClosed(ReportRequest reportRequest)
           
 void ScheduledReport.setReportRequest(ReportRequest reportRequest)
          Sets the reportRequest value for this ScheduledReport.
 

Constructors in com.yahoo.marketing.apt with parameters of type ReportRequest
ScheduledReport(java.lang.Long ID, java.lang.String[] additionalRecipients, DeliveryMethod deliveryMethod, FileType fileType, ReportFrequency frequency, java.lang.String name, ReportRequest reportRequest)