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