Class LinkConversationWithUserAccountCmd

  • All Implemented Interfaces:
    Command<Void>

    public class LinkConversationWithUserAccountCmd
    extends Object
    implements Command<Void>
    Author:
    Filip Hrisafov
    • Field Detail

      • conversationId

        protected final String conversationId
      • userAccountId

        protected final String userAccountId
    • Constructor Detail

      • LinkConversationWithUserAccountCmd

        public LinkConversationWithUserAccountCmd​(String conversationId,
                                                  String userAccountId)