public interface MailAttachment
| Modifier and Type | Method and Description |
|---|---|
MailAttachment |
addHeader(String key,
String... values) |
String |
getContentId() |
String |
getContentType() |
reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> |
getData() |
String |
getDescription() |
String |
getDisposition() |
File |
getFile() |
org.springframework.util.MultiValueMap<String,String> |
getHeaders() |
String |
getName() |
MailAttachment |
removeHeader(String key) |
MailAttachment |
setContentId(String contentId) |
MailAttachment |
setContentType(String contentType) |
MailAttachment |
setData(reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> data) |
MailAttachment |
setDescription(String description) |
MailAttachment |
setDisposition(String disposition) |
MailAttachment |
setFile(File file) |
MailAttachment |
setHeaders(org.springframework.util.MultiValueMap<String,String> headers) |
MailAttachment |
setName(String name) |
String getName()
MailAttachment setName(String name)
String getContentType()
MailAttachment setContentType(String contentType)
String getDisposition()
MailAttachment setDisposition(String disposition)
String getDescription()
MailAttachment setDescription(String description)
String getContentId()
MailAttachment setContentId(String contentId)
reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> getData()
MailAttachment setData(reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> data)
File getFile()
MailAttachment setFile(File file)
MailAttachment setHeaders(org.springframework.util.MultiValueMap<String,String> headers)
MailAttachment addHeader(String key, String... values)
MailAttachment removeHeader(String key)
Copyright © 2019. All rights reserved.