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, hashCode
getSource, toString
Copyright © 2003–2020 Atlassian. All rights reserved.