Uses of Class
com.gooddata.sdk.model.export.ExportFormat
| Package | Description |
|---|---|
| com.gooddata.sdk.model.export | |
| com.gooddata.sdk.model.md |
-
Uses of ExportFormat in com.gooddata.sdk.model.export
Methods in com.gooddata.sdk.model.export that return ExportFormat Modifier and Type Method Description static ExportFormatExportFormat. valueOf(java.lang.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.Methods in com.gooddata.sdk.model.export with parameters of type ExportFormat Modifier and Type Method Description static java.lang.String[]ExportFormat. arrayToStringArray(ExportFormat... formats) -
Uses of ExportFormat in com.gooddata.sdk.model.md
Methods in com.gooddata.sdk.model.md with parameters of type ExportFormat Modifier and Type Method Description ScheduledMailScheduledMail. addReportAttachment(ReportDefinition reportDefinition, java.util.Map<java.lang.String,java.lang.String> exportOptions, ExportFormat... formats)Constructors in com.gooddata.sdk.model.md with parameters of type ExportFormat Constructor Description ReportAttachment(java.lang.String uri, java.util.Map<java.lang.String,java.lang.String> exportOptions, ExportFormat... formats)