Class InstallBody

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

public class InstallBody extends Object
Request body for plugin installation API. This class represents the data structure for installing a plugin through the admin REST API.
  • Field Details

    • name

      @Required @Size(max=100) public @Required @Size(max=100) String name
      Name of the plugin to install (required, max 100 characters)
    • version

      @Required @Size(max=100) public @Required @Size(max=100) String version
      Version of the plugin to install (required, max 100 characters)
  • Constructor Details

    • InstallBody

      public InstallBody()
      Default constructor.