| Package | Description |
|---|---|
| com.gooddata.md | |
| com.gooddata.report |
| Modifier and Type | Method and Description |
|---|---|
ScheduledMail |
ScheduledMail.addReportAttachment(ReportDefinition reportDefinition,
java.util.Map<java.lang.String,java.lang.String> exportOptions,
ReportExportFormat... formats) |
| Constructor and Description |
|---|
ReportAttachment(java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> exportOptions,
ReportExportFormat... formats) |
| Modifier and Type | Method and Description |
|---|---|
static ReportExportFormat |
ReportExportFormat.valueOf(java.lang.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 java.lang.String[] |
ReportExportFormat.arrayToStringArray(ReportExportFormat... formats) |
FutureResult<java.lang.Void> |
ReportService.exportReport(ReportDefinition reportDefinition,
ReportExportFormat format,
java.io.OutputStream output)
Export the given report definition in the given format to the given output strream
|
FutureResult<java.lang.Void> |
ReportService.exportReport(Report report,
ReportExportFormat format,
java.io.OutputStream output)
Export the given report in the given format to the given output strream
|
Copyright © 2016. All Rights Reserved.