| Package | Description |
|---|---|
| cz.quanti.mailq | |
| cz.quanti.mailq.entities.v2 | |
| cz.quanti.mailq.resources.v2 |
| Modifier and Type | Method and Description |
|---|---|
NotificationDataEntity |
MailQ.getNotificationData(Long notificationId,
String notificationDataId)
Get notification data
|
NotificationDataEntity |
MailQ.sendNotificationEmail(Long notificationId,
NotificationDataEntity notificationData)
Send notification e-mail.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationDataEntity |
MailQ.sendNotificationEmail(Long notificationId,
NotificationDataEntity notificationData)
Send notification e-mail.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationDataEntity |
NotificationDataEntity.setAttachments(List<NotificationAttachmentEntity> attachments) |
NotificationDataEntity |
NotificationDataEntity.setBcc(Set<String> bcc) |
NotificationDataEntity |
NotificationDataEntity.setBcc(String... bcc) |
NotificationDataEntity |
NotificationDataEntity.setCc(Set<String> cc) |
NotificationDataEntity |
NotificationDataEntity.setCc(String... cc) |
NotificationDataEntity |
NotificationDataEntity.setData(Map<String,Object> data) |
NotificationDataEntity |
NotificationDataEntity.setDateFrom(java.time.LocalDateTime dateFrom) |
NotificationDataEntity |
NotificationDataEntity.setRecipientEmail(String recipientEmail) |
NotificationDataEntity |
NotificationDataEntity.setReplyToEmail(String replyToEmail) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NotificationDataEntity> |
NotificationsDataEntity.iterator() |
Spliterator<NotificationDataEntity> |
NotificationsDataEntity.spliterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationsDataEntity.forEach(java.util.function.Consumer<? super NotificationDataEntity> action) |
| Constructor and Description |
|---|
NotificationsDataEntity(List<NotificationDataEntity> notifications) |
| Modifier and Type | Method and Description |
|---|---|
NotificationDataEntity |
NotificationResource.getNotificationData(Long notificationId,
String notificationDataId) |
NotificationDataEntity |
NotificationResource.sendNotification(Long notificationId,
NotificationDataEntity notification) |
| Modifier and Type | Method and Description |
|---|---|
NotificationDataEntity |
NotificationResource.sendNotification(Long notificationId,
NotificationDataEntity notification) |
Copyright © 2018. All rights reserved.