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

Packages that use ReportDateRange
com.yahoo.marketing.apt   
 

Uses of ReportDateRange in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ReportDateRange
private  ReportDateRange ReportRequest.dateRange
           
static ReportDateRange ReportDateRange.LastCalendarMonth
           
static ReportDateRange ReportDateRange.LastCalendarQuarter
           
static ReportDateRange ReportDateRange.LastCalendarWeek
           
static ReportDateRange ReportDateRange.MonthToDate
           
static ReportDateRange ReportDateRange.QuarterToDate
           
static ReportDateRange ReportDateRange.WeekToDate
           
static ReportDateRange ReportDateRange.Yesterday
           
 

Methods in com.yahoo.marketing.apt that return ReportDateRange
static ReportDateRange ReportDateRange.fromString(java.lang.String value)
           
static ReportDateRange ReportDateRange.fromValue(java.lang.String value)
           
 ReportDateRange ReportRequest.getDateRange()
          Gets the dateRange value for this ReportRequest.
 

Methods in com.yahoo.marketing.apt with parameters of type ReportDateRange
 void ReportRequest.setDateRange(ReportDateRange dateRange)
          Sets the dateRange value for this ReportRequest.
 

Constructors in com.yahoo.marketing.apt with parameters of type ReportDateRange
ReportRequest(java.lang.Long contextID, DataGrouping dataGrouping, ReportDateRange dateRange, java.util.Calendar endDate, ReportCurrency reportCurrency, java.lang.String reportName, java.util.Calendar startDate)