| 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)
|
| Modifier and Type | Method and Description |
|---|---|
static ReportExportFormat |
ReportExportFormat.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ReportExportFormat[] |
ReportExportFormat.values()
Deprecated.
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)
Deprecated.
|
FutureResult<Void> |
ReportService.exportReport(ReportDefinition reportDefinition,
ReportExportFormat format,
OutputStream output)
|
FutureResult<Void> |
ReportService.exportReport(Report report,
ReportExportFormat format,
OutputStream output)
|
static ExportFormat |
ReportExportFormat.toExportFormat(ReportExportFormat format)
Deprecated.
|
Copyright © 2019. All rights reserved.