Class InstallBody
java.lang.Object
org.codelibs.fess.app.web.api.admin.plugin.InstallBody
Request body for plugin installation API.
This class represents the data structure for installing a plugin
through the admin REST API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Name of the plugin to install (required, max 100 characters) -
version
Version of the plugin to install (required, max 100 characters)
-
-
Constructor Details
-
InstallBody
public InstallBody()Default constructor.
-