Uses of Class
com.gooddata.sdk.model.md.ScheduledMail
Packages that use ScheduledMail
-
Uses of ScheduledMail in com.gooddata.sdk.model.md
Methods in com.gooddata.sdk.model.md that return ScheduledMailModifier and TypeMethodDescriptionScheduledMail.addBccAddress(String bccAdd) ScheduledMail.addDashboardAttachment(String uri, Integer allTabs, String executionContext, String... tabs) ScheduledMail.addReportAttachment(ReportDefinition reportDefinition, Map<String, String> exportOptions, ExportFormat... formats) ScheduledMail.addReportAttachment(ReportDefinition reportDefinition, Map<String, String> exportOptions, String... formats) ScheduledMail.addToAddress(String toAdd) ScheduledMail.setAttachments(List<Attachment> attachments) ScheduledMail.setBcc(Collection<String> bccAddresses) ScheduledMail.setRecurrency(String recurrency) ScheduledMail.setStartDate(LocalDate startDate) ScheduledMail.setSubject(String subject) ScheduledMail.setTimeZone(String timeZone) ScheduledMail.setTo(Collection<String> toAddresses)