Class DeleteBody
java.lang.Object
org.codelibs.fess.app.web.admin.plugin.DeleteForm
org.codelibs.fess.app.web.api.admin.plugin.DeleteBody
Request body class for plugin deletion API endpoint.
Extends the standard plugin DeleteForm to provide JSON request body functionality
for REST API operations.
-
Field Summary
Fields inherited from class org.codelibs.fess.app.web.admin.plugin.DeleteForm
name, version -
Constructor Summary
Constructors -
Method Summary
-
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.
-