Uses of Class
cz.quanti.mailq.entities.v2.NotificationEntity
-
Packages that use NotificationEntity Package Description cz.quanti.mailq cz.quanti.mailq.entities.v2 cz.quanti.mailq.resources.v2 -
-
Uses of NotificationEntity in cz.quanti.mailq
Methods in cz.quanti.mailq that return NotificationEntity Modifier and Type Method Description NotificationEntityMailQ. createNotification(NotificationEntity notification)Create notification.NotificationEntityMailQ. getNotification(Long notificationId)Get notificationMethods in cz.quanti.mailq with parameters of type NotificationEntity Modifier and Type Method Description NotificationEntityMailQ. createNotification(NotificationEntity notification)Create notification.voidMailQ. updateNotification(NotificationEntity notification)Update notification -
Uses of NotificationEntity in cz.quanti.mailq.entities.v2
Methods in cz.quanti.mailq.entities.v2 that return NotificationEntity Modifier and Type Method Description NotificationEntityNotificationEntity. setAppliedSenderEmail(String appliedSenderEmail)NotificationEntityNotificationEntity. setCode(String code)NotificationEntityNotificationEntity. setName(String name)NotificationEntityNotificationEntity. setSendAs(String sendAs)NotificationEntityNotificationEntity. setSubject(String subject)NotificationEntityNotificationEntity. setTemplate(String template)NotificationEntityNotificationEntity. setText(String text)Methods in cz.quanti.mailq.entities.v2 that return types with arguments of type NotificationEntity Modifier and Type Method Description Iterator<NotificationEntity>NotificationsEntity. iterator()Spliterator<NotificationEntity>NotificationsEntity. spliterator()Method parameters in cz.quanti.mailq.entities.v2 with type arguments of type NotificationEntity Modifier and Type Method Description voidNotificationsEntity. forEach(java.util.function.Consumer<? super NotificationEntity> action)Constructor parameters in cz.quanti.mailq.entities.v2 with type arguments of type NotificationEntity Constructor Description NotificationsEntity(List<NotificationEntity> notifications) -
Uses of NotificationEntity in cz.quanti.mailq.resources.v2
Methods in cz.quanti.mailq.resources.v2 that return NotificationEntity Modifier and Type Method Description NotificationEntityNotificationResource. createNotification(NotificationEntity notification)NotificationEntityNotificationResource. getNotification(Long notificationId)Methods in cz.quanti.mailq.resources.v2 with parameters of type NotificationEntity Modifier and Type Method Description NotificationEntityNotificationResource. createNotification(NotificationEntity notification)voidNotificationResource. updateNotification(NotificationEntity notification)
-