public class DeleteConversationCmd extends Object implements Command<Void>
protected String
conversationId
DeleteConversationCmd(String conversationId)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String conversationId
public DeleteConversationCmd(String conversationId)
public Void execute(CommandContext commandContext)
execute
Command<Void>