Class DuplicateRequest


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

      • siteId

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

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

      • DuplicateRequest

        public DuplicateRequest()
    • Method Detail

      • getSiteId

        public String getSiteId()
      • setSiteId

        public void setSiteId​(String siteId)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)