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 class
SendMailParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SendMailParams.Builder
create()
List<MailAttachment>
getAttachments()
List<String>
getBcc()
String
getBody()
List<String>
getCc()
String
getContentType()
List<String>
getFrom()
List<MailHeader>
getHeaders()
List<String>
getReplyTo()
String
getSubject()
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()
-
-