public class EmailDto
extends Object
-
-
-
Constructor Summary
Constructors
| Constructor |
Description |
EmailDto(String subject,
String content,
String fromEmail,
boolean fromAdmin,
List<String> toEmails,
boolean toAdmin,
boolean toSubscribers,
boolean html) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
-
-
public final boolean fromAdmin
-
-
public final boolean toAdmin
-
public final boolean toSubscribers
-
public final boolean html
-
Constructor Details
-
public EmailDto(
String subject,
String content,
String fromEmail,
boolean fromAdmin,
List<String> toEmails,
boolean toAdmin,
boolean toSubscribers,
boolean html)