public class FlowableSendUserTypingEventImpl extends FlowableEngageEventImpl implements FlowableSendUserTypingEvent
| Modifier and Type | Field and Description | 
|---|---|
| protected String | conversationId | 
| protected Collection<String> | recipients | 
| protected String | userId | 
| Constructor and Description | 
|---|
| FlowableSendUserTypingEventImpl(String userId,
                               String conversationId,
                               Collection<String> recipients) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getConversationId()The id of the conversation in which the user is typing | 
| Collection<String> | getRecipients()The ids of all users that should receive a user typing event | 
| String | getUserId()The id of the user that is doing the typing | 
getTypeprotected final String userId
protected final String conversationId
protected final Collection<String> recipients
public FlowableSendUserTypingEventImpl(String userId, String conversationId, Collection<String> recipients)
public String getUserId()
FlowableSendUserTypingEventgetUserId in interface FlowableSendUserTypingEventpublic String getConversationId()
FlowableSendUserTypingEventgetConversationId in interface FlowableSendUserTypingEventpublic Collection<String> getRecipients()
FlowableSendUserTypingEventgetRecipients in interface FlowableSendUserTypingEventCopyright © 2019. All rights reserved.