Class EmailNotification
- java.lang.Object
-
- no.digipost.api.client.representations.EmailNotification
-
public class EmailNotification extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<ListedTime>
ats
String
emailAddress
String
subject
String
text
-
Constructor Summary
Constructors Constructor Description EmailNotification(String emailAddress, String subject, String text, List<ListedTime> ats)
-
-
-
Field Detail
-
emailAddress
public final String emailAddress
-
subject
public final String subject
-
text
public final String text
-
ats
public final List<ListedTime> ats
-
-
Constructor Detail
-
EmailNotification
public EmailNotification(String emailAddress, String subject, String text, List<ListedTime> ats)
-
-