Class DeleteAllParametersCommand

  • All Implemented Interfaces:
    ICommand

    public class DeleteAllParametersCommand
    extends AbstractCommand
    A command used to delete all parameters from: PathItem, Operation
    Author:
    eric.wittmann@gmail.com
    • Field Detail

      • _parentPath

        public NodePath _parentPath
      • _paramType

        public String _paramType
      • _oldParams

        public List<com.fasterxml.jackson.databind.node.ObjectNode> _oldParams
    • Constructor Detail

      • DeleteAllParametersCommand

        public DeleteAllParametersCommand()