public class FlowableAddedParticipantsEventImpl extends FlowableEngageEventImpl implements FlowableAddedParticipantsEvent
| Modifier and Type | Field and Description |
|---|---|
protected Collection<String> |
addedParticipants |
protected Conversation |
conversation |
protected String |
userId |
| Constructor and Description |
|---|
FlowableAddedParticipantsEventImpl(Conversation conversation,
Collection<String> addedParticipants,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAddedParticipants()
The ids of the participants that were added to the conversation.
|
Conversation |
getConversation()
The conversation with the updated participants.
|
String |
getUserId()
The id of the user that is doing the adding of the participants
|
getTypeprotected final Conversation conversation
protected final Collection<String> addedParticipants
protected final String userId
public FlowableAddedParticipantsEventImpl(Conversation conversation, Collection<String> addedParticipants, String userId)
public Conversation getConversation()
FlowableAddedParticipantsEventgetConversation in interface FlowableAddedParticipantsEventpublic Collection<String> getAddedParticipants()
FlowableAddedParticipantsEventgetAddedParticipants in interface FlowableAddedParticipantsEventpublic String getUserId()
FlowableAddedParticipantsEventgetUserId in interface FlowableAddedParticipantsEventCopyright © 2019. All rights reserved.