Uses of Class
com.tarsolution.notifyman.data.entity.User
-
Packages that use User Package Description com.tarsolution.notifyman.data.entity -
-
Uses of User in com.tarsolution.notifyman.data.entity
Methods in com.tarsolution.notifyman.data.entity that return User Modifier and Type Method Description User
Notification. getUser()
User
Outbound. getUser()
User
UserAttributesValue. getUser()
User
UserOutbound. getUser()
Methods in com.tarsolution.notifyman.data.entity with parameters of type User Modifier and Type Method Description void
Notification. setUser(User user)
void
Outbound. setUser(User user)
void
UserAttributesValue. setUser(User user)
void
UserOutbound. setUser(User user)
-