public class FlowableConversationNameUpdatedEventImpl extends FlowableEngageEventImpl implements FlowableConversationNameUpdatedEvent
| Modifier and Type | Field and Description | 
|---|---|
| protected Conversation | conversation | 
| protected String | oldName | 
| Constructor and Description | 
|---|
| FlowableConversationNameUpdatedEventImpl(Conversation conversation,
                                        String oldName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Conversation | getConversation() | 
| String | getOldName() | 
getTypeprotected final Conversation conversation
protected final String oldName
public FlowableConversationNameUpdatedEventImpl(Conversation conversation, String oldName)
public Conversation getConversation()
getConversation in interface FlowableConversationNameUpdatedEventpublic String getOldName()
getOldName in interface FlowableConversationNameUpdatedEventCopyright © 2019. All rights reserved.