| Package | Description |
|---|---|
| cz.quanti.mailq | |
| cz.quanti.mailq.entities.v2 | |
| cz.quanti.mailq.resources.v2 |
| Modifier and Type | Method and Description |
|---|---|
NotificationEntity |
MailQ.createNotification(NotificationEntity notification)
Create notification.
|
NotificationEntity |
MailQ.getNotification(Long notificationId)
Get notification
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEntity |
MailQ.createNotification(NotificationEntity notification)
Create notification.
|
void |
MailQ.updateNotification(NotificationEntity notification)
Update notification
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEntity |
NotificationEntity.setAppliedSenderEmail(String appliedSenderEmail) |
NotificationEntity |
NotificationEntity.setCode(String code) |
NotificationEntity |
NotificationEntity.setName(String name) |
NotificationEntity |
NotificationEntity.setSendAs(String sendAs) |
NotificationEntity |
NotificationEntity.setSubject(String subject) |
NotificationEntity |
NotificationEntity.setTemplate(String template) |
NotificationEntity |
NotificationEntity.setText(String text) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NotificationEntity> |
NotificationsEntity.iterator() |
Spliterator<NotificationEntity> |
NotificationsEntity.spliterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationsEntity.forEach(java.util.function.Consumer<? super NotificationEntity> action) |
| Constructor and Description |
|---|
NotificationsEntity(List<NotificationEntity> notifications) |
| Modifier and Type | Method and Description |
|---|---|
NotificationEntity |
NotificationResource.createNotification(NotificationEntity notification) |
NotificationEntity |
NotificationResource.getNotification(Long notificationId) |
| Modifier and Type | Method and Description |
|---|---|
NotificationEntity |
NotificationResource.createNotification(NotificationEntity notification) |
void |
NotificationResource.updateNotification(NotificationEntity notification) |
Copyright © 2018. All rights reserved.