Class ConfigEntry
- java.lang.Object
-
- org.sakaiproject.mailsender.model.ConfigEntry
-
public class ConfigEntry extends Object
Programmatic view of the "Options" page in Mail Sender
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfigEntry.ConfigParamsstatic classConfigEntry.ReplyTostatic classConfigEntry.SubjectPrefixType
-
Field Summary
Fields Modifier and Type Field Description static ConfigEntryDEFAULT_CONFIG
-
Constructor Summary
Constructors Constructor Description ConfigEntry()ConfigEntry(String subjectPrefixType, boolean sendMeACopy, boolean appendRecipientList, boolean addToArchive, String replyTo, boolean displayInvalidEmails, String subjectPrefix, boolean displayEmptyGroups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetReplyTo(String replyTo)voidsetSubjectPrefixType(String subjectPrefixType)
-
-
-
Field Detail
-
DEFAULT_CONFIG
public static final ConfigEntry DEFAULT_CONFIG
-
-