public class UpdateConversationDescriptionCmd extends BaseUpdateConversationCmd
Modifier and Type | Field and Description |
---|---|
protected String |
description |
conversationId, fetchIdentityLinks
Constructor and Description |
---|
UpdateConversationDescriptionCmd(String conversationId,
String description) |
Modifier and Type | Method and Description |
---|---|
protected void |
modifyConversationBeforeUpdate(CommandContext commandContext,
ConversationEntity entity) |
execute, getConversationId
protected final String description
protected void modifyConversationBeforeUpdate(CommandContext commandContext, ConversationEntity entity)
modifyConversationBeforeUpdate
in class BaseUpdateConversationCmd