Class MailTemplateBuilder
java.lang.Object
net.anotheria.anosite.gen.asresourcedata.data.MailTemplateBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<MailTemplate>
public class MailTemplateBuilder
extends Object
implements net.anotheria.asg.data.Builder<MailTemplate>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()localizations(List<String> aValue) Sets the value of the localizations attribute.Sets the value of the message attribute.Sets the value of the mjml attribute.Sets the value of the name attribute.plainMessage(String aValue) Sets the value of the plainMessage attribute.Sets the value of the sender attribute.senderName(String aValue) Sets the value of the senderName attribute.Sets the value of the subject attribute.
-
Field Details
-
name
-
sender
-
senderName
-
subject
-
message
-
mjml
-
plainMessage
-
localizations
-
-
Constructor Details
-
MailTemplateBuilder
public MailTemplateBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
sender
Sets the value of the sender attribute. -
senderName
Sets the value of the senderName attribute. -
subject
Sets the value of the subject attribute. -
message
Sets the value of the message attribute. -
mjml
Sets the value of the mjml attribute. -
plainMessage
Sets the value of the plainMessage attribute. -
localizations
Sets the value of the localizations attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<MailTemplate>
-