public class FlowableRemovedParticipantsEventImpl extends FlowableEngageEventImpl implements FlowableRemovedParticipantsEvent
| Modifier and Type | Field and Description | 
|---|---|
| protected Conversation | conversation | 
| protected Collection<String> | removedParticipants | 
| protected String | userId | 
| Constructor and Description | 
|---|
| FlowableRemovedParticipantsEventImpl(Conversation conversation,
                                    Collection<String> removedParticipants,
                                    String userId) | 
| Modifier and Type | Method and Description | 
|---|---|
| Conversation | getConversation()The conversation with the removed participants. | 
| Collection<String> | getRemovedParticipants()The ids of the participants that were removed from the conversation. | 
| String | getUserId()The id of the user that is doing the removing of the participants | 
getTypeprotected final Conversation conversation
protected final Collection<String> removedParticipants
protected final String userId
public FlowableRemovedParticipantsEventImpl(Conversation conversation, Collection<String> removedParticipants, String userId)
public Conversation getConversation()
FlowableRemovedParticipantsEventgetConversation in interface FlowableRemovedParticipantsEventpublic Collection<String> getRemovedParticipants()
FlowableRemovedParticipantsEventnull or empty.getRemovedParticipants in interface FlowableRemovedParticipantsEventpublic String getUserId()
FlowableRemovedParticipantsEventgetUserId in interface FlowableRemovedParticipantsEventCopyright © 2019. All rights reserved.