Class Folder


  • public class Folder
    extends Object

    Java class for Folder complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Folder">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="folderHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="childLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="permissionSetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="hasSubfolders" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="subfolderArray" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}FolderArray" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Folder

        public Folder()
    • Method Detail

      • getFolderHandle

        public String getFolderHandle()
        Gets the value of the folderHandle property.
        Returns:
        possible object is String
      • setFolderHandle

        public void setFolderHandle​(String value)
        Sets the value of the folderHandle property.
        Parameters:
        value - allowed object is String
      • getPath

        public String getPath()
        Gets the value of the path property.
        Returns:
        possible object is String
      • setPath

        public void setPath​(String value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is String
      • getPermissionSetHandle

        public String getPermissionSetHandle()
        Gets the value of the permissionSetHandle property.
        Returns:
        possible object is String
      • setPermissionSetHandle

        public void setPermissionSetHandle​(String value)
        Sets the value of the permissionSetHandle property.
        Parameters:
        value - allowed object is String
      • isHasSubfolders

        public Boolean isHasSubfolders()
        Gets the value of the hasSubfolders property.
        Returns:
        possible object is Boolean
      • setHasSubfolders

        public void setHasSubfolders​(Boolean value)
        Sets the value of the hasSubfolders property.
        Parameters:
        value - allowed object is Boolean
      • getSubfolderArray

        public FolderArray getSubfolderArray()
        Gets the value of the subfolderArray property.
        Returns:
        possible object is FolderArray
      • setSubfolderArray

        public void setSubfolderArray​(FolderArray value)
        Sets the value of the subfolderArray property.
        Parameters:
        value - allowed object is FolderArray