Class DeleteBody

java.lang.Object
org.codelibs.fess.app.web.admin.plugin.DeleteForm
org.codelibs.fess.app.web.api.admin.plugin.DeleteBody

public class DeleteBody extends DeleteForm
Request body class for plugin deletion API endpoint. Extends the standard plugin DeleteForm to provide JSON request body functionality for REST API operations.
  • Constructor Details

    • DeleteBody

      public DeleteBody()
      Creates a new instance of DeleteBody. This constructor initializes the request body for plugin deletion API operations, extending the standard plugin DeleteForm with JSON request body functionality.