Uses of Class
com.gooddata.md.ScheduledMail
-
Packages that use ScheduledMail Package Description com.gooddata.md -
-
Uses of ScheduledMail in com.gooddata.md
Methods in com.gooddata.md that return ScheduledMail Modifier and Type Method Description ScheduledMailScheduledMail. addBccAddress(String bccAdd)ScheduledMailScheduledMail. addDashboardAttachment(String uri, Integer allTabs, String executionContext, String... tabs)ScheduledMailScheduledMail. addReportAttachment(ReportDefinition reportDefinition, Map<String,String> exportOptions, ExportFormat... formats)ScheduledMailScheduledMail. addReportAttachment(ReportDefinition reportDefinition, Map<String,String> exportOptions, ReportExportFormat... formats)Deprecated.ScheduledMailScheduledMail. addReportAttachment(ReportDefinition reportDefinition, Map<String,String> exportOptions, String... formats)ScheduledMailScheduledMail. addToAddress(String toAdd)ScheduledMailScheduledMail. setAttachments(List<Attachment> attachments)ScheduledMailScheduledMail. setBcc(Collection<String> bccAddresses)ScheduledMailScheduledMail. setBody(String body)ScheduledMailScheduledMail. setRecurrency(String recurrency)ScheduledMailScheduledMail. setStartDate(org.joda.time.LocalDate startDate)ScheduledMailScheduledMail. setSubject(String subject)ScheduledMailScheduledMail. setTimeZone(String timeZone)ScheduledMailScheduledMail. setTo(Collection<String> toAddresses)
-