Uses of Class
cz.quanti.mailq.entities.v2.NotificationDataEntity
-
Packages that use NotificationDataEntity Package Description cz.quanti.mailq cz.quanti.mailq.entities.v2 cz.quanti.mailq.resources.v2 -
-
Uses of NotificationDataEntity in cz.quanti.mailq
Methods in cz.quanti.mailq that return NotificationDataEntity Modifier and Type Method Description NotificationDataEntityMailQ. getNotificationData(Long notificationId, String notificationDataId)Get notification dataNotificationDataEntityMailQ. sendNotificationEmail(Long notificationId, NotificationDataEntity notificationData)Send notification e-mail.Methods in cz.quanti.mailq with parameters of type NotificationDataEntity Modifier and Type Method Description NotificationDataEntityMailQ. sendNotificationEmail(Long notificationId, NotificationDataEntity notificationData)Send notification e-mail. -
Uses of NotificationDataEntity in cz.quanti.mailq.entities.v2
Methods in cz.quanti.mailq.entities.v2 that return NotificationDataEntity Modifier and Type Method Description NotificationDataEntityNotificationDataEntity. setAttachments(List<NotificationAttachmentEntity> attachments)NotificationDataEntityNotificationDataEntity. setBcc(String... bcc)NotificationDataEntityNotificationDataEntity. setBcc(Set<String> bcc)NotificationDataEntityNotificationDataEntity. setCc(String... cc)NotificationDataEntityNotificationDataEntity. setCc(Set<String> cc)NotificationDataEntityNotificationDataEntity. setData(Map<String,Object> data)NotificationDataEntityNotificationDataEntity. setDateFrom(java.time.LocalDateTime dateFrom)NotificationDataEntityNotificationDataEntity. setRecipientEmail(String recipientEmail)NotificationDataEntityNotificationDataEntity. setReplyToEmail(String replyToEmail)Methods in cz.quanti.mailq.entities.v2 that return types with arguments of type NotificationDataEntity Modifier and Type Method Description Iterator<NotificationDataEntity>NotificationsDataEntity. iterator()Spliterator<NotificationDataEntity>NotificationsDataEntity. spliterator()Method parameters in cz.quanti.mailq.entities.v2 with type arguments of type NotificationDataEntity Modifier and Type Method Description voidNotificationsDataEntity. forEach(java.util.function.Consumer<? super NotificationDataEntity> action)Constructor parameters in cz.quanti.mailq.entities.v2 with type arguments of type NotificationDataEntity Constructor Description NotificationsDataEntity(List<NotificationDataEntity> notifications) -
Uses of NotificationDataEntity in cz.quanti.mailq.resources.v2
Methods in cz.quanti.mailq.resources.v2 that return NotificationDataEntity Modifier and Type Method Description NotificationDataEntityNotificationResource. getNotificationData(Long notificationId, String notificationDataId)NotificationDataEntityNotificationResource. sendNotification(Long notificationId, NotificationDataEntity notification)Methods in cz.quanti.mailq.resources.v2 with parameters of type NotificationDataEntity Modifier and Type Method Description NotificationDataEntityNotificationResource. sendNotification(Long notificationId, NotificationDataEntity notification)
-