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

Packages that use ReportCurrency
com.yahoo.marketing.apt   
 

Uses of ReportCurrency in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ReportCurrency
static ReportCurrency ReportCurrency.CompanyCurrency
           
static ReportCurrency ReportCurrency.DealCurrency
           
static ReportCurrency ReportCurrency.ExchangeCurrency
           
private  ReportCurrency ReportRequest.reportCurrency
           
 

Methods in com.yahoo.marketing.apt that return ReportCurrency
static ReportCurrency ReportCurrency.fromString(java.lang.String value)
           
static ReportCurrency ReportCurrency.fromValue(java.lang.String value)
           
 ReportCurrency ReportRequest.getReportCurrency()
          Gets the reportCurrency value for this ReportRequest.
 

Methods in com.yahoo.marketing.apt with parameters of type ReportCurrency
 void ReportRequest.setReportCurrency(ReportCurrency reportCurrency)
          Sets the reportCurrency value for this ReportRequest.
 

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