Class MarketplaceController.CopyPluginRequest

java.lang.Object
org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
Enclosing class:
MarketplaceController

protected static class MarketplaceController.CopyPluginRequest extends Object
  • Field Details

    • siteId

      @NotEmpty protected @NotEmpty String siteId
    • path

      @NotEmpty protected @NotEmpty String path
    • parameters

      protected Map<String,String> parameters
  • Constructor Details

    • CopyPluginRequest

      protected CopyPluginRequest()
  • Method Details

    • getSiteId

      public String getSiteId()
    • setSiteId

      public void setSiteId(String siteId)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getParameters

      public Map<String,String> getParameters()
    • setParameters

      public void setParameters(Map<String,String> parameters)