Uses of Class
com.gooddata.report.ReportExportFormat
-
Packages that use ReportExportFormat Package Description com.gooddata.md com.gooddata.report -
-
Uses of ReportExportFormat in com.gooddata.md
Methods in com.gooddata.md with parameters of type ReportExportFormat Modifier and Type Method Description ScheduledMailScheduledMail. addReportAttachment(ReportDefinition reportDefinition, Map<String,String> exportOptions, ReportExportFormat... formats) -
Uses of ReportExportFormat in com.gooddata.report
Methods in com.gooddata.report that return ReportExportFormat Modifier and Type Method Description static ReportExportFormatReportExportFormat. 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.Methods in com.gooddata.report with parameters of type ReportExportFormat Modifier and Type Method 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 ExportFormatReportExportFormat. toExportFormat(ReportExportFormat format)Deprecated.
-