Uses of Class
com.atlassian.confluence.user.notifications.NotificationSendResult
-
Packages that use NotificationSendResult Package Description com.atlassian.confluence.user com.atlassian.confluence.user.notifications -
-
Uses of NotificationSendResult in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return NotificationSendResult Modifier and Type Method Description NotificationSendResultDefaultSignupManager. sendInvites(SendUserInviteEvent event)NotificationSendResultSignupManager. sendInvites(SendUserInviteEvent event)Send invitation emails with a message to a list of email addresses. -
Uses of NotificationSendResult in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications that return NotificationSendResult Modifier and Type Method Description NotificationSendResultDefaultEmailService. sendToEmail(NotificationData notificationData, String emailAddress)NotificationSendResultEmailService. sendToEmail(NotificationData notificationData, String emailAddress)NotificationSendResultDefaultEmailService. sendToEmails(NotificationData notificationData, List<String> recipients)NotificationSendResultEmailService. sendToEmails(NotificationData notificationData, List<String> recipients)
-