Uses of Class
com.tarsolution.notifyman.data.entity.NotificationType
-
Packages that use NotificationType Package Description com.tarsolution.notifyman.data.entity -
-
Uses of NotificationType in com.tarsolution.notifyman.data.entity
Methods in com.tarsolution.notifyman.data.entity that return NotificationType Modifier and Type Method Description NotificationType
Notification. getNotificationType()
NotificationType
UserOutbound. getNotificationType()
Methods in com.tarsolution.notifyman.data.entity with parameters of type NotificationType Modifier and Type Method Description void
Notification. setNotificationType(NotificationType notificationType)
void
UserOutbound. setNotificationType(NotificationType notificationType)
-