| Package | Description |
|---|---|
| com.gooddata.md | |
| com.gooddata.report |
| Modifier and Type | Method and Description |
|---|---|
ScheduledMail |
ScheduledMail.addReportAttachment(ReportDefinition reportDefinition,
Map<String,String> exportOptions,
ReportExportFormat... formats) |
| Constructor and Description |
|---|
ReportAttachment(String uri,
Map<String,String> exportOptions,
ReportExportFormat... formats) |
| Modifier and Type | Method and Description |
|---|---|
static ReportExportFormat |
ReportExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportExportFormat[] |
ReportExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String[] |
ReportExportFormat.arrayToStringArray(ReportExportFormat... formats) |
FutureResult<Void> |
ReportService.exportReport(ReportDefinition reportDefinition,
ReportExportFormat format,
OutputStream output)
Export the given report definition in the given format to the given output strream
|
FutureResult<Void> |
ReportService.exportReport(Report report,
ReportExportFormat format,
OutputStream output)
Export the given report in the given format to the given output strream
|
Copyright © 2017. All Rights Reserved.