| 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 |
|---|---|
Collection<? extends Attachment> |
ScheduledMail.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledMail |
ScheduledMail.setAttachments(List<Attachment> attachments) |
| Constructor and Description |
|---|
ScheduledMail(String title,
String summary,
String recurrency,
org.joda.time.LocalDate startDate,
String timeZone,
Collection<String> toAddresses,
Collection<String> bccAddresses,
String subject,
String body,
List<Attachment> attachments)
Creates full, safe mail schedule object.
|
Copyright © 2019. All rights reserved.