Class FolderEntryDescriptor


  • @API(src=PUBLIC,
         type=NOT_EXTENDABLE)
    public class FolderEntryDescriptor
    extends java.lang.Object
    Descriptor for a folder entry.
    Since:
    17.1
    • Constructor Summary

      Constructors 
      Constructor Description
      FolderEntryDescriptor​(java.lang.String absolutePath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAbsolutePath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FolderEntryDescriptor

        public FolderEntryDescriptor​(java.lang.String absolutePath)
        Parameters:
        absolutePath - The absolute URL path. Path entries should be percent-encoded. Folder paths should end with a '/' character.
    • Method Detail

      • getAbsolutePath

        public java.lang.String getAbsolutePath()
        Returns:
        Returns the absolute path of the entry.