Uses of Class
com.gooddata.sdk.model.md.Attachment
Packages that use Attachment
-
Uses of Attachment in com.gooddata.sdk.model.md
Subclasses of Attachment in com.gooddata.sdk.model.mdModifier and TypeClassDescriptionclassAttachment toScheduledMailrepresents dashboard-related information for the schedule.classAttachment toScheduledMailrepresents report-related information for the schedule.Methods in com.gooddata.sdk.model.md that return types with arguments of type AttachmentModifier and TypeMethodDescriptionCollection<? extends Attachment>ScheduledMail.getAttachments()Method parameters in com.gooddata.sdk.model.md with type arguments of type AttachmentConstructor parameters in com.gooddata.sdk.model.md with type arguments of type AttachmentModifierConstructorDescriptionScheduledMail(String title, String summary, String recurrency, LocalDate startDate, String timeZone, Collection<String> toAddresses, Collection<String> bccAddresses, String subject, String body, List<Attachment> attachments) Creates full, safe mail schedule object.