Uses of Class
io.vertx.reactivex.ext.mail.MailAttachment
Packages that use MailAttachment
-
Uses of MailAttachment in io.vertx.reactivex.ext.mail
Fields in io.vertx.reactivex.ext.mail with type parameters of type MailAttachmentModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<MailAttachment> MailAttachment.__TYPE_ARGMethods in io.vertx.reactivex.ext.mail that return MailAttachmentModifier and TypeMethodDescriptionAdd an header to this attachment.static MailAttachmentMailAttachment.create()construct an empty MailAttachment object that can be filled with the settersstatic MailAttachmentMailAttachment.create(JsonObject json) create a MailAttachment object from a JsonObject representationstatic MailAttachmentMailAttachment.create(MailAttachment other) create a copy of a MailAttachment objectstatic MailAttachmentMailAttachment.newInstance(MailAttachment arg) MailAttachment.setContentId(String contentId) set the Content-ID field to be used in the attachmentMailAttachment.setContentType(String contentType) set the Content-Typeset the dataMailAttachment.setDescription(String description) set the description field to be used in the attachmentMailAttachment.setDisposition(String disposition) set the disposition field to be used in the attachmentMailAttachment.setHeaders(MultiMap headers) Set the headers to be added for this attachment.set the nameMailAttachment.setSize(int size) Sets the size of the attachment.Sets the data stream.MailAttachment.setStream(ReadStream<Buffer> stream) Sets the data stream.Methods in io.vertx.reactivex.ext.mail with parameters of type MailAttachmentModifier and TypeMethodDescriptionstatic MailAttachmentMailAttachment.create(MailAttachment other) create a copy of a MailAttachment object