Package com.enonic.xp.mail
Class SendMailParams
- java.lang.Object
-
- com.enonic.xp.mail.SendMailParams
-
@PublicApi public final class SendMailParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSendMailParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SendMailParams.Buildercreate()List<MailAttachment>getAttachments()List<String>getBcc()StringgetBody()List<String>getCc()StringgetContentType()List<String>getFrom()List<MailHeader>getHeaders()List<String>getReplyTo()StringgetSubject()List<String>getTo()
-
-
-
Method Detail
-
create
public static SendMailParams.Builder create()
-
getSubject
public String getSubject()
-
getContentType
public String getContentType()
-
getBody
public String getBody()
-
getHeaders
public List<MailHeader> getHeaders()
-
getAttachments
public List<MailAttachment> getAttachments()
-
-