Uses of Interface
ch.ivyteam.ivy.security.IUserEMailNotificationSettings
-
Packages that use IUserEMailNotificationSettings Package Description ch.ivyteam.ivy.security ch.ivyteam.ivy.security.user -
-
Uses of IUserEMailNotificationSettings in ch.ivyteam.ivy.security
Methods in ch.ivyteam.ivy.security that return IUserEMailNotificationSettings Modifier and Type Method Description IUserEMailNotificationSettings
IUser. getEMailNotificationSettings()
Gets the email notification settings of this user.Methods in ch.ivyteam.ivy.security with parameters of type IUserEMailNotificationSettings Modifier and Type Method Description void
IUser. setEMailNotificationSettings(IUserEMailNotificationSettings settings)
Sets the email notification settings of this user. -
Uses of IUserEMailNotificationSettings in ch.ivyteam.ivy.security.user
Methods in ch.ivyteam.ivy.security.user with parameters of type IUserEMailNotificationSettings Modifier and Type Method Description NewUser.Builder
NewUser.Builder. notificationSettings(IUserEMailNotificationSettings notificationSettings)
-