Class RemoveAppVariableCmd

  • All Implemented Interfaces:
    Command<Void>

    public class RemoveAppVariableCmd
    extends Object
    implements Command<Void>
    Author:
    Tijs Rademakers
    • Field Detail

      • appKey

        protected String appKey
      • tenantId

        protected String tenantId
      • variableName

        protected String variableName
    • Constructor Detail

      • RemoveAppVariableCmd

        public RemoveAppVariableCmd​(String appKey,
                                    String variableName)
      • RemoveAppVariableCmd

        public RemoveAppVariableCmd​(String appKey,
                                    String tenantId,
                                    String variableName)