public class MailMessage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MailMessage.Builder |
Constructor and Description |
---|
MailMessage(Set<String> to,
String from,
Set<String> cc,
Set<String> bcc,
Set<MailAttachment> attachments,
String text,
String subject,
Map<String,String> headers) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<MailAttachment> |
getAttachments() |
Set<String> |
getBcc() |
Set<String> |
getCc() |
String |
getFrom() |
Map<String,String> |
getHeaders() |
String |
getSubject() |
String |
getText() |
Set<String> |
getTo() |
boolean |
hasBcc() |
boolean |
hasCc() |
boolean |
hasFrom() |
int |
hashCode() |
@Nonnull public Set<MailAttachment> getAttachments()
public boolean hasBcc()
public boolean hasCc()
public boolean hasFrom()
Copyright © 2022 Atlassian. All rights reserved.