Class UnmuteConversationCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.NeedsConversationCmd
com.flowable.engage.engine.impl.cmd.UnmuteConversationCmd
All Implemented Interfaces:
Command<Void>

public class UnmuteConversationCmd extends NeedsConversationCmd implements Command<Void>
  • Field Details

    • userId

      protected String userId
  • Constructor Details

    • UnmuteConversationCmd

      public UnmuteConversationCmd(String conversationId, String userId)
  • Method Details