Class SetUserStateAndSubStateCmd

  • All Implemented Interfaces:
    Command<Void>

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

      • userId

        protected final String userId
      • state

        protected final String state
      • subState

        protected final String subState
      • tenantId

        protected final String tenantId
    • Constructor Detail

      • SetUserStateAndSubStateCmd

        public SetUserStateAndSubStateCmd​(String userId,
                                          String state,
                                          String subState)
      • SetUserStateAndSubStateCmd

        public SetUserStateAndSubStateCmd​(String userId,
                                          String state,
                                          String subState,
                                          String tenantId)