public class SendUserInviteEvent extends ConfluenceEvent
The invite sender is identified by a User object. The recipients are identified only by their email addresses.
source| Constructor and Description |
|---|
SendUserInviteEvent(Object src,
com.atlassian.user.User sender,
String message,
List<String> recipients) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
List<String> |
getRecipients() |
com.atlassian.user.User |
getSender() |
equals, hashCodegetSource, toStringCopyright © 2003–2021 Atlassian. All rights reserved.