Class DuplicateRequest

java.lang.Object
org.craftercms.studio.model.rest.clipboard.DuplicateRequest

public class DuplicateRequest extends Object
Holds all the data needed to duplicate an item
Since:
3.2
Author:
joseross
  • Field Details

    • siteId

      @NotEmpty protected @NotEmpty String siteId
      The id of the site
    • path

      @NotEmpty protected @NotEmpty String path
      The path of the item
  • Constructor Details

    • DuplicateRequest

      public DuplicateRequest()
  • Method Details

    • getSiteId

      public String getSiteId()
    • setSiteId

      public void setSiteId(String siteId)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)