global class ReportInstance {
|
global Object clone() { }
|
global Datetime getCompletionDate() { }
|
global Id getId() { }
|
global Id getOwnerId() { }
|
global Id getReportId() { }
|
global reports.ReportResults getReportResults() { }
|
global Datetime getRequestDate() { }
|
global String getStatus() { }
|
global String toString() { }
|
|
}
|