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

Packages that use ReportFrequency
com.yahoo.marketing.apt   
 

Uses of ReportFrequency in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ReportFrequency
static ReportFrequency ReportFrequency.Daily
           
private  ReportFrequency ScheduledReport.frequency
           
static ReportFrequency ReportFrequency.Monthly
           
static ReportFrequency ReportFrequency.Weekly
           
 

Methods in com.yahoo.marketing.apt that return ReportFrequency
static ReportFrequency ReportFrequency.fromString(java.lang.String value)
           
static ReportFrequency ReportFrequency.fromValue(java.lang.String value)
           
 ReportFrequency ScheduledReport.getFrequency()
          Gets the frequency value for this ScheduledReport.
 

Methods in com.yahoo.marketing.apt with parameters of type ReportFrequency
 void ScheduledReport.setFrequency(ReportFrequency frequency)
          Sets the frequency value for this ScheduledReport.
 

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