| Package | Description |
|---|---|
| com.gooddata.export | |
| com.gooddata.md | |
| com.gooddata.report |
| Modifier and Type | Method and Description |
|---|---|
static ExportFormat |
ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportFormat[] |
ExportFormat.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[] |
ExportFormat.arrayToStringArray(ExportFormat... formats) |
FutureResult<Void> |
ExportService.export(ReportDefinition reportDefinition,
ExportFormat format,
OutputStream output)
Export the given report definition in the given format to the given output stream
|
FutureResult<Void> |
ExportService.export(Report report,
ExportFormat format,
OutputStream output)
Export the given report in the given format to the given output stream
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledMail |
ScheduledMail.addReportAttachment(ReportDefinition reportDefinition,
Map<String,String> exportOptions,
ExportFormat... formats) |
| Constructor and Description |
|---|
ReportAttachment(String uri,
Map<String,String> exportOptions,
ExportFormat... formats) |
| Modifier and Type | Method and Description |
|---|---|
static ExportFormat |
ReportExportFormat.toExportFormat(ReportExportFormat format)
Deprecated.
|
Copyright © 2019. All rights reserved.