| Package | Description |
|---|---|
| cz.quanti.mailq | |
| cz.quanti.mailq.resources.v2 |
| Modifier and Type | Method and Description |
|---|---|
void |
MailQ.addRecipientsToList(Long recipientsListId,
List<RecipientsListEntryEntity> entries)
Add multiple recipients to the list with validation of e-mail addresses.
|
void |
MailQ.addRecipientsToList(Long recipientsListId,
List<RecipientsListEntryEntity> entries,
Boolean validate)
Add multiple recipients to the list.
|
NewsletterEntity |
MailQ.createNewsletter(NewsletterEntity newsletterEntity)
Create newsletter
This action will not automatically start newsletter.
|
NotificationEntity |
MailQ.createNotification(NotificationEntity notification)
Create notification.
|
RecipientsListEntity |
MailQ.createRecipientsList(RecipientsListEntity recipientsList)
Create recipients list.
|
SmsNewsletterEntity |
MailQ.createSmsNewsletter(SmsNewsletterEntity newsletterEntity)
Create SMS newsletter.
|
SmsNotificationEntity |
MailQ.createSmsNotification(SmsNotificationEntity notification)
Create SMS notification
|
void |
MailQ.deleteNewsletter(Long newsletterId)
Delete newsletter
|
void |
MailQ.deleteNotification(Long notificationId)
Delete notification
|
void |
MailQ.deleteRecipientFromList(Long recipientsListId,
String email)
Delete entry from recipients list.
|
void |
MailQ.deleteRecipientsList(Long recipientsListId)
Delete recipients list.
|
void |
MailQ.deleteRecipientsList(Long recipientsListId,
boolean complete)
Delete recipients list.
|
void |
MailQ.deleteSmsNewsletter(Long newsletterId)
Delete SMS newsletter
|
void |
MailQ.deleteSmsNotification(Long notificationId)
Delete SMS notification
|
void |
MailQ.deleteUnsubscriber(Long recipientsListId,
String email)
Delete unsubscriber from recipients list
|
void |
MailQ.deleteUnsubscriber(String email)
Remove delete unsubscriber
|
CampaignEntity |
MailQ.getCampaign(Long id)
Get single campaign
|
CampaignsEntity |
MailQ.getCampaigns()
Get all campaigns
|
CampaignsEntity |
MailQ.getCampaigns(Pagination pagination)
Get all campaigns
|
CompanyEntity |
MailQ.getCompany()
Get single company
|
LogMessageEntity |
MailQ.getLogMessage(Long id)
Get single log message from system
|
LogMessagesEntity |
MailQ.getLogMessages()
Get all log messages from system
|
LogMessagesEntity |
MailQ.getLogMessages(Pagination pagination)
Get all log messages from system
|
NewsletterEntity |
MailQ.getNewsletter(Long newsletterId)
Get newsletter
|
NewsletterEntity |
MailQ.getNewsletterByCode(String code)
Get newsletter by user specific code.
|
NewslettersEntity |
MailQ.getNewsletters()
Get newsletters of company
|
NewslettersEntity |
MailQ.getNewsletters(Pagination pagination)
Get newsletters of company
|
TagsEntity |
MailQ.getNewslettersTags()
Get tags of all newsletters
|
NotificationEntity |
MailQ.getNotification(Long notificationId)
Get notification
|
NotificationDataEntity |
MailQ.getNotificationData(Long notificationId,
String notificationDataId)
Get notification data
|
NotificationsEntity |
MailQ.getNotifications()
Get notifications
|
NotificationsEntity |
MailQ.getNotifications(Pagination pagination)
Get notifications
|
NotificationsDataEntity |
MailQ.getNotificationsData(Long notificationId,
String email)
Get notifications data.
|
NotificationsDataEntity |
MailQ.getNotificationsData(Long notificationId,
String email,
Pagination pagination)
Get notifications data.
|
RecipientsListEntriesEntity |
MailQ.getRecipientsFromList(Long recipientsListId)
Get entries from recipients list
|
RecipientsListEntriesEntity |
MailQ.getRecipientsFromList(Long recipientsListId,
Pagination pagination)
Get entries from recipients list
|
RecipientsListEntity |
MailQ.getRecipientsList(Long recipientsListId)
Get recipient list
|
RecipientsListsEntity |
MailQ.getRecipientsLists(Pagination pagination)
Get recipients lists
|
RecipientsListsEntity |
MailQ.getRecipientsListsByEmail(String email,
Pagination pagination)
Get recipients lists by email address.
|
SenderEmailEntity |
MailQ.getSenderEmail(Long id)
Get sender e-mail
|
SenderEmailsEntity |
MailQ.getSenderEmails()
Get sender e-mails.
|
SmsNewsletterEntity |
MailQ.getSmsNewsletter(Long newsletterId)
Get SMS newsletter
|
SmsNewslettersEntity |
MailQ.getSmsNewsletters()
Get SMS newsletters
|
SmsNewslettersEntity |
MailQ.getSmsNewsletters(Pagination pagination)
Get SMS newsletters
|
SmsNotificationEntity |
MailQ.getSmsNotification(Long notificationId)
Get SMS notification
|
SmsNotificationDataEntity |
MailQ.getSmsNotificationData(Long notificationId,
String notificationDataId)
Get SMS notification data.
|
SmsNotificationsEntity |
MailQ.getSmsNotifications(Pagination pagination)
Get SMS notifications
|
UnsubscriberEntity |
MailQ.getUnsubscriber(Long recipientsListId,
String email)
Get unsubscriber from recipients list
|
UnsubscribersEntity |
MailQ.getUnsubscriber(String email)
Get single unsubscriber by email address
|
UnsubscribersEntity |
MailQ.getUnsubscribers(java.time.LocalDateTime from)
Get all global unsubscribers
|
UnsubscribersEntity |
MailQ.getUnsubscribers(java.time.LocalDateTime from,
Pagination pagination)
Get all global unsubscribers
|
UnsubscribersEntity |
MailQ.getUnsubscribers(Long recipientsListId)
Get unsubscribers from recipients list
|
UnsubscribersEntity |
MailQ.getUnsubscribers(Long recipientsListId,
Pagination pagination)
Get unsubscribers from recipients list
|
UserEntity |
MailQ.getUser(Long userId)
Get user
|
UsersEntity |
MailQ.getUsers()
Get users in company
|
static void |
App.main(String[] args) |
EmptyResponse |
Connector.send(Request request) |
<T extends BaseEntity> |
Connector.send(Request request,
Class<T> responseType) |
NotificationDataEntity |
MailQ.sendNotificationEmail(Long notificationId,
NotificationDataEntity notificationData)
Send notification e-mail.
|
SmsBatchResultEntity |
MailQ.sendSmsBatchNotification(Long notificationId,
SmsNotificationBatchEntity notificationBatch)
Send batch of SMS.
|
SmsNotificationDataEntity |
MailQ.sendSmsNotification(Long notificationId,
SmsNotificationDataEntity notification)
Send SMS notification.
|
void |
MailQ.sendTestEmail(Long newsletterId,
String email)
Send test e-mail.
|
void |
MailQ.sendTestSms(Long newsletterId,
String number)
Send test SMS.
|
void |
MailQ.startNewsletter(Long newsletterId)
Start preparing of newsletter.
|
void |
MailQ.startSmsNewsletter(Long newsletterId)
Start preparing of newsletter.
|
void |
MailQ.stopNewsletter(Long newsletterId)
Stop preparing of newsletter. it is allowed only if newsletter start is after now+1hour.
|
void |
MailQ.stopSmsNewsletter(Long newsletterId)
Stop preparing of newsletter. it is allowed only if newsletter start is after now+1hour.
|
void |
MailQ.unsubscribe(Long recipientsListId,
Set<String> emails)
Unsubscribe e-mail addresses from recipient list
|
void |
MailQ.unsubscribe(Long recipientsListId,
String... emails)
Unsubscribe e-mail addresses from recipient list
|
void |
MailQ.unsubscribe(Set<String> emails)
Unsubscribe email addresses from all recipients lists.
|
void |
MailQ.unsubscribe(String... emails)
Unsubscribe email addresses from all recipients lists.
|
void |
MailQ.updateNewsletter(NewsletterEntity newsletter)
Update newsletter
You can update newsletter only before you call startNewsletter.
|
void |
MailQ.updateNotification(NotificationEntity notification)
Update notification
|
void |
MailQ.updateRecipientFromList(Long recipientsListId,
RecipientsListEntryEntity recipientsListEntry)
Update entry from recipients list
|
void |
MailQ.updateRecipientFromList(Long recipientsListId,
RecipientsListEntryEntity recipientsListEntry,
Boolean validate)
Update entry from recipients list
|
void |
MailQ.updateSmsNewsletter(SmsNewsletterEntity newsletter)
Update SMS newsletter.
|
void |
MailQ.updateSmsNotification(SmsNotificationEntity notification)
Update SMS notification
|
void |
MailQ.validate(String email)
Validate e-mail address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecipientsListResource.addRecipientsToList(Long recipientsListId,
RecipientsListEntriesEntity recipientsListEntries,
Boolean validate) |
NewsletterEntity |
NewsletterResource.createNewsletter(NewsletterEntity newsletter) |
SmsNewsletterEntity |
SmsNewsletterResource.createNewsletter(SmsNewsletterEntity newsletter) |
NotificationEntity |
NotificationResource.createNotification(NotificationEntity notification) |
SmsNotificationEntity |
SmsNotificationResource.createNotification(SmsNotificationEntity notification) |
RecipientsListEntity |
RecipientsListResource.createRecipientsList(RecipientsListEntity recipientsList) |
void |
SmsNewsletterResource.deleteNewsletter(Long newsletterId) |
void |
NewsletterResource.deleteNewsletter(Long newsletterId) |
void |
SmsNotificationResource.deleteNotification(Long notificationId) |
void |
NotificationResource.deleteNotification(Long notificationId) |
void |
RecipientsListResource.deleteRecipientFromList(Long recipientsListId,
String email) |
void |
RecipientsListResource.deleteRecipientsList(Long recipientsListId,
Boolean complete) |
void |
UnsubscriberResource.deleteUnsubscribe(String email) |
void |
RecipientsListResource.deleteUnsubscriber(Long recipientsListId,
String email) |
CampaignEntity |
CampaignResource.getCampaign(Long id) |
CampaignsEntity |
CampaignResource.getCampaigns(Pagination pagination) |
CompanyEntity |
CompanyResource.getCompany() |
LogMessageEntity |
LogMessageResource.getLogMessage(Long id) |
LogMessagesEntity |
LogMessageResource.getLogMessages(Pagination pagination) |
SmsNewsletterEntity |
SmsNewsletterResource.getNewsletter(Long newsletterId) |
NewsletterEntity |
NewsletterResource.getNewsletter(Long newsletterId) |
NewsletterEntity |
NewsletterResource.getNewsletterByCode(String code) |
SmsNewslettersEntity |
SmsNewsletterResource.getNewsletters(Pagination pagination) |
NewslettersEntity |
NewsletterResource.getNewsletters(Pagination pagination) |
SmsNotificationEntity |
SmsNotificationResource.getNotification(Long notificationId) |
NotificationEntity |
NotificationResource.getNotification(Long notificationId) |
SmsNotificationDataEntity |
SmsNotificationResource.getNotificationData(Long notificationId,
String notificationDataId) |
NotificationDataEntity |
NotificationResource.getNotificationData(Long notificationId,
String notificationDataId) |
SmsNotificationsEntity |
SmsNotificationResource.getNotifications(Pagination pagination) |
NotificationsEntity |
NotificationResource.getNotifications(Pagination pagination) |
NotificationsDataEntity |
NotificationResource.getNotificationsData(Long notificationId,
String email,
Pagination pagination) |
RecipientsListEntriesEntity |
RecipientsListResource.getRecipientsFromList(Long recipientsListId,
Pagination pagination) |
RecipientsListEntity |
RecipientsListResource.getRecipientsList(Long recipientsListId) |
RecipientsListsEntity |
RecipientsListResource.getRecipientsLists(Pagination pagination) |
RecipientsListsEntity |
RecipientsListResource.getRecipientsListsByEmail(String email,
Pagination pagination) |
SenderEmailEntity |
SenderEmailResource.getSenderEmail(Long id) |
SenderEmailsEntity |
SenderEmailResource.getSenderEmails() |
TagsEntity |
NewsletterResource.getTags() |
UnsubscribersEntity |
UnsubscriberResource.getUnsubscriber(String email) |
UnsubscribersEntity |
UnsubscriberResource.getUnsubscribers(java.time.LocalDateTime from,
Pagination pagination) |
UnsubscribersEntity |
RecipientsListResource.getUnsubscribers(Long recipientsListId,
Pagination pagination) |
UnsubscriberEntity |
RecipientsListResource.getUnsunscriber(Long recipientsListId,
String email) |
UserEntity |
UserResource.getUser(Long id) |
UsersEntity |
UserResource.getUsers() |
NotificationDataEntity |
NotificationResource.sendNotification(Long notificationId,
NotificationDataEntity notification) |
SmsBatchResultEntity |
SmsNotificationResource.sendSmsBatchNotification(Long notificationId,
SmsNotificationBatchEntity notificationBatch) |
SmsNotificationDataEntity |
SmsNotificationResource.sendSmsNotification(Long notificationId,
SmsNotificationDataEntity notification) |
void |
NewsletterResource.sendTestEmail(Long newsletterId,
String email) |
void |
SmsNewsletterResource.sendTestSms(Long newsletterId,
String number) |
void |
SmsNewsletterResource.startNewsletter(Long newsletterId) |
void |
NewsletterResource.startNewsletter(Long newsletterId) |
void |
SmsNewsletterResource.stopNewsletter(Long newsletterId) |
void |
NewsletterResource.stopNewsletter(Long newsletterId) |
void |
RecipientsListResource.unsubscribe(Long recipientsListId,
Set<String> emails) |
void |
RecipientsListResource.unsubscribe(Long recipientsListId,
String email) |
void |
UnsubscriberResource.unsubscribe(Set<String> emails) |
UnsubscribersEntity |
UnsubscriberResource.unsubscribe(String email) |
void |
NewsletterResource.updateNewsletter(NewsletterEntity newsletter) |
void |
SmsNewsletterResource.updateNewsletter(SmsNewsletterEntity newsletter) |
void |
NotificationResource.updateNotification(NotificationEntity notification) |
void |
SmsNotificationResource.updateNotification(SmsNotificationEntity notification) |
void |
RecipientsListResource.updateRecipientFromList(Long recipientsListId,
RecipientsListEntryEntity recipientsListEntry,
Boolean validate) |
void |
ValidatorResource.validate(String email) |
Copyright © 2016. All rights reserved.