Uses of Class
com.gooddata.md.Attachment
-
Packages that use Attachment Package Description com.gooddata.md -
-
Uses of Attachment in com.gooddata.md
Subclasses of Attachment in com.gooddata.md Modifier and Type Class Description classDashboardAttachmentAttachment toScheduledMailrepresents dashboard-related information for the schedule.classReportAttachmentAttachment toScheduledMailrepresents report-related information for the schedule.Methods in com.gooddata.md that return types with arguments of type Attachment Modifier and Type Method Description Collection<? extends Attachment>ScheduledMail. getAttachments()Method parameters in com.gooddata.md with type arguments of type Attachment Modifier and Type Method Description ScheduledMailScheduledMail. setAttachments(List<Attachment> attachments)Constructor parameters in com.gooddata.md with type arguments of type Attachment Constructor 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.
-