public class FindConversationByIdCmd extends Object implements Command<Conversation>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversationId |
| Constructor and Description |
|---|
FindConversationByIdCmd(String conversationId) |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
execute(CommandContext commandContext) |
protected final String conversationId
public FindConversationByIdCmd(String conversationId)
public Conversation execute(CommandContext commandContext)
execute in interface Command<Conversation>