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