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