Serialized Form
-
Package africa.absa.inception.mail
-
Class africa.absa.inception.mail.DuplicateMailTemplateException extends africa.absa.inception.core.service.ServiceException implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.mail.MailTemplate extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
contentType
@NotNull MailTemplateContentType contentType
The content type for the mail template. -
created
LocalDateTime created
The date and time the mail template was created. -
id
@NotNull @Size(min=1,max=100) String id
The ID for the mail template. -
name
@NotNull @Size(min=1,max=100) String name
The name of the mail template. -
template
@javax.validation.constraints.NotNull,@javax.validation.constraints.Size(min=1, max=10485760) byte[] template
The Apache FreeMarker template for the mail template. -
updated
LocalDateTime updated
The date and time the mail template was last updated.
-
-
Class africa.absa.inception.mail.MailTemplateNotFoundException extends africa.absa.inception.core.service.ServiceException implements Serializable
- serialVersionUID:
- 1000000L
-
Class africa.absa.inception.mail.MailTemplateSummary extends Object implements Serializable
- serialVersionUID:
- 1000000L
-
Serialized Fields
-
contentType
@NotNull MailTemplateContentType contentType
The content type for the mail template. -
id
@NotNull @Size(min=1,max=100) String id
The ID for the mail template. -
name
@NotNull @Size(min=1,max=100) String name
The name of the mail template.
-
-