Class WebsiteFilesFolder


  • public class WebsiteFilesFolder
    extends Object
    Entity that represents a folder in a website configured to be edited using the Website Files service.
    Since:
    11.0.0
    Version:
    $Revision: 21881 $ $Date: 2018-09-21 17:09:37 -0300 (Fri, 21 Sep 2018) $
    • Constructor Detail

      • WebsiteFilesFolder

        public WebsiteFilesFolder()
    • Method Detail

      • getServiceInstanceId

        public String getServiceInstanceId()
        Returns:
        the serviceinstanceId where this entity was added.
        Since:
        11.0.0
      • getId

        public String getId()
        Returns:
        the identifier for the website folder configuration
        Since:
        11.0.0
      • getName

        public String getName()
      • getWebsite

        public String getWebsite()
      • getRootDir

        public String getRootDir()
        Returns:
        the path relative to the website base folder that represents the folder to be edited.
        Since:
        11.0.0