Package de.xima.fc.inbox.model
Class FormRecordDoiMailData
java.lang.Object
de.xima.fc.inbox.model.FormRecordDoiMailData
Model holding the Double opt-in details that were used to send the email initializing the Double opt-in process
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH, Dresden - 20.01.2021
-
Method Summary
Modifier and TypeMethodDescriptionstatic final FormRecordDoiMailData
forFormRecord
(Vorgang formRecord) getBody()
getFrom()
getTo()
void
void
setBodyFormatType
(EEmailBodyFormatType bodyFormatType) void
void
setPlainBody
(String plainBody) void
setSenderName
(String senderName) void
setSubject
(String subject) void
-
Method Details
-
getTo
-
setTo
-
getFrom
-
setFrom
-
getSenderName
-
setSenderName
-
getSubject
-
setSubject
-
getBodyFormatType
-
setBodyFormatType
-
getBody
-
setBody
-
getPlainBody
-
setPlainBody
-
createMail
- Throws:
Exception
-
forFormRecord
-