Uses of Enum Class
com.gooddata.sdk.model.export.ExportFormat
Packages that use ExportFormat
-
Uses of ExportFormat in com.gooddata.sdk.model.export
Methods in com.gooddata.sdk.model.export that return ExportFormatModifier and TypeMethodDescriptionstatic ExportFormatReturns the enum constant of this class with the specified name.static ExportFormat[]ExportFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gooddata.sdk.model.export with parameters of type ExportFormatModifier and TypeMethodDescriptionstatic 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 ExportFormatModifier and TypeMethodDescriptionScheduledMail.addReportAttachment(ReportDefinition reportDefinition, Map<String, String> exportOptions, ExportFormat... formats) Constructors in com.gooddata.sdk.model.md with parameters of type ExportFormatModifierConstructorDescriptionprotectedReportAttachment(String uri, Map<String, String> exportOptions, ExportFormat... formats)