public class ArchiveConversationCmd extends BaseUpdateConversationCmd
conversationId, fetchIdentityLinks| Constructor and Description |
|---|
ArchiveConversationCmd(String conversationId) |
| Modifier and Type | Method and Description |
|---|---|
ConversationEntity |
execute(CommandContext commandContext) |
protected void |
modifyConversationBeforeUpdate(CommandContext commandContext,
ConversationEntity entity) |
getConversationIdpublic ArchiveConversationCmd(String conversationId)
public ConversationEntity execute(CommandContext commandContext)
execute in interface Command<ConversationEntity>execute in class BaseUpdateConversationCmdprotected void modifyConversationBeforeUpdate(CommandContext commandContext, ConversationEntity entity)
modifyConversationBeforeUpdate in class BaseUpdateConversationCmd