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) |
getConversationId
public ArchiveConversationCmd(String conversationId)
public ConversationEntity execute(CommandContext commandContext)
execute
in interface Command<ConversationEntity>
execute
in class BaseUpdateConversationCmd
protected void modifyConversationBeforeUpdate(CommandContext commandContext, ConversationEntity entity)
modifyConversationBeforeUpdate
in class BaseUpdateConversationCmd