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 FormRecordDoiMailDataforFormRecord(Vorgang formRecord) getBody()getFrom()getTo()voidvoidsetBodyFormatType(EEmailBodyFormatType bodyFormatType) voidvoidsetPlainBody(String plainBody) voidsetSenderName(String senderName) voidsetSubject(String subject) void
-
Method Details
-
getTo
-
setTo
-
getFrom
-
setFrom
-
getSenderName
-
setSenderName
-
getSubject
-
setSubject
-
getBodyFormatType
-
setBodyFormatType
-
getBody
-
setBody
-
getPlainBody
-
setPlainBody
-
createMail
- Throws:
Exception
-
forFormRecord
-