| Package | Description |
|---|---|
| cz.quanti.mailq | |
| cz.quanti.mailq.entities.v2 | |
| cz.quanti.mailq.resources.v2 |
| Modifier and Type | Method and Description |
|---|---|
SmsNotificationEntity |
MailQ.createSmsNotification(SmsNotificationEntity notification)
Create SMS notification
|
SmsNotificationEntity |
MailQ.getSmsNotification(Long notificationId)
Get SMS notification
|
| Modifier and Type | Method and Description |
|---|---|
SmsNotificationEntity |
MailQ.createSmsNotification(SmsNotificationEntity notification)
Create SMS notification
|
void |
MailQ.updateSmsNotification(SmsNotificationEntity notification)
Update SMS notification
|
| Modifier and Type | Method and Description |
|---|---|
SmsNotificationEntity |
SmsNotificationEntity.setCode(String code) |
SmsNotificationEntity |
SmsNotificationEntity.setName(String name) |
SmsNotificationEntity |
SmsNotificationEntity.setTemplate(String template) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SmsNotificationEntity> |
SmsNotificationsEntity.iterator() |
Spliterator<SmsNotificationEntity> |
SmsNotificationsEntity.spliterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmsNotificationsEntity.forEach(java.util.function.Consumer<? super SmsNotificationEntity> action) |
| Constructor and Description |
|---|
SmsNotificationsEntity(List<SmsNotificationEntity> newsletters) |
| Modifier and Type | Method and Description |
|---|---|
SmsNotificationEntity |
SmsNotificationResource.createNotification(SmsNotificationEntity notification) |
SmsNotificationEntity |
SmsNotificationResource.getNotification(Long notificationId) |
| Modifier and Type | Method and Description |
|---|---|
SmsNotificationEntity |
SmsNotificationResource.createNotification(SmsNotificationEntity notification) |
void |
SmsNotificationResource.updateNotification(SmsNotificationEntity notification) |
Copyright © 2018. All rights reserved.