Uses of Class
cz.quanti.mailq.entities.v2.SmsNotificationEntity
-
Packages that use SmsNotificationEntity Package Description cz.quanti.mailq cz.quanti.mailq.entities.v2 cz.quanti.mailq.resources.v2 -
-
Uses of SmsNotificationEntity in cz.quanti.mailq
Methods in cz.quanti.mailq that return SmsNotificationEntity Modifier and Type Method Description SmsNotificationEntityMailQ. createSmsNotification(SmsNotificationEntity notification)Create SMS notificationSmsNotificationEntityMailQ. getSmsNotification(Long notificationId)Get SMS notificationMethods in cz.quanti.mailq with parameters of type SmsNotificationEntity Modifier and Type Method Description SmsNotificationEntityMailQ. createSmsNotification(SmsNotificationEntity notification)Create SMS notificationvoidMailQ. updateSmsNotification(SmsNotificationEntity notification)Update SMS notification -
Uses of SmsNotificationEntity in cz.quanti.mailq.entities.v2
Methods in cz.quanti.mailq.entities.v2 that return SmsNotificationEntity Modifier and Type Method Description SmsNotificationEntitySmsNotificationEntity. setCode(String code)SmsNotificationEntitySmsNotificationEntity. setName(String name)SmsNotificationEntitySmsNotificationEntity. setTemplate(String template)Methods in cz.quanti.mailq.entities.v2 that return types with arguments of type SmsNotificationEntity Modifier and Type Method Description Iterator<SmsNotificationEntity>SmsNotificationsEntity. iterator()Spliterator<SmsNotificationEntity>SmsNotificationsEntity. spliterator()Method parameters in cz.quanti.mailq.entities.v2 with type arguments of type SmsNotificationEntity Modifier and Type Method Description voidSmsNotificationsEntity. forEach(java.util.function.Consumer<? super SmsNotificationEntity> action)Constructor parameters in cz.quanti.mailq.entities.v2 with type arguments of type SmsNotificationEntity Constructor Description SmsNotificationsEntity(List<SmsNotificationEntity> newsletters) -
Uses of SmsNotificationEntity in cz.quanti.mailq.resources.v2
Methods in cz.quanti.mailq.resources.v2 that return SmsNotificationEntity Modifier and Type Method Description SmsNotificationEntitySmsNotificationResource. createNotification(SmsNotificationEntity notification)SmsNotificationEntitySmsNotificationResource. getNotification(Long notificationId)Methods in cz.quanti.mailq.resources.v2 with parameters of type SmsNotificationEntity Modifier and Type Method Description SmsNotificationEntitySmsNotificationResource. createNotification(SmsNotificationEntity notification)voidSmsNotificationResource. updateNotification(SmsNotificationEntity notification)
-