Uses of Class
io.vertx.mutiny.ext.mail.MailAttachment
-
-
Uses of MailAttachment in io.vertx.mutiny.ext.mail
Fields in io.vertx.mutiny.ext.mail with type parameters of type MailAttachment Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<MailAttachment>MailAttachment. __TYPE_ARGMethods in io.vertx.mutiny.ext.mail that return MailAttachment Modifier and Type Method Description MailAttachmentMailAttachment. addHeader(String key, String value)static MailAttachmentMailAttachment. create()static MailAttachmentMailAttachment. create(io.vertx.core.json.JsonObject json)static MailAttachmentMailAttachment. create(MailAttachment other)static MailAttachmentMailAttachment. newInstance(io.vertx.ext.mail.MailAttachment arg)MailAttachmentMailAttachment. setContentId(String contentId)MailAttachmentMailAttachment. setContentType(String contentType)MailAttachmentMailAttachment. setData(Buffer data)MailAttachmentMailAttachment. setDescription(String description)MailAttachmentMailAttachment. setDisposition(String disposition)MailAttachmentMailAttachment. setHeaders(MultiMap headers)MailAttachmentMailAttachment. setName(String name)MailAttachmentMailAttachment. setSize(int size)MailAttachmentMailAttachment. setStream(ReadStream<Buffer> stream)MailAttachmentMailAttachment. setStream(org.reactivestreams.Publisher<Buffer> stream)Methods in io.vertx.mutiny.ext.mail with parameters of type MailAttachment Modifier and Type Method Description static MailAttachmentMailAttachment. create(MailAttachment other)
-