| Package | Description |
|---|---|
| com.gooddata.md |
| Modifier and Type | Class and Description |
|---|---|
class |
DashboardAttachment
Attachment to
ScheduledMail represents dashboard-related information for the schedule. |
class |
ReportAttachment
Attachment to
ScheduledMail represents report-related information for the schedule. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends Attachment> |
ScheduledMail.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledMail |
ScheduledMail.setAttachments(java.util.List<Attachment> attachments) |
| Constructor and Description |
|---|
ScheduledMail(java.lang.String title,
java.lang.String summary,
java.lang.String recurrency,
org.joda.time.LocalDate startDate,
java.lang.String timeZone,
java.util.Collection<java.lang.String> toAddresses,
java.util.Collection<java.lang.String> bccAddresses,
java.lang.String subject,
java.lang.String body,
java.util.List<Attachment> attachments)
Creates full, safe mail schedule object.
|
Copyright © 2016. All Rights Reserved.