Uses of Class
com.gooddata.sdk.model.md.Attachment
-
Packages that use Attachment Package Description com.gooddata.sdk.model.md -
-
Uses of Attachment in com.gooddata.sdk.model.md
Subclasses of Attachment in com.gooddata.sdk.model.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.sdk.model.md that return types with arguments of type Attachment Modifier and Type Method Description java.util.Collection<? extends Attachment>ScheduledMail. getAttachments()Method parameters in com.gooddata.sdk.model.md with type arguments of type Attachment Modifier and Type Method Description ScheduledMailScheduledMail. setAttachments(java.util.List<Attachment> attachments)Constructor parameters in com.gooddata.sdk.model.md with type arguments of type Attachment Constructor Description ScheduledMail(java.lang.String title, java.lang.String summary, java.lang.String recurrency, java.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.
-