Class FolderSpec


  • public final class FolderSpec
    extends java.lang.Object
    Defines the specs to create Folder.
    Since:
    6.1.1
    • Constructor Summary

      Constructors 
      Constructor Description
      FolderSpec()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns the folder's description.
      java.lang.String getDriveId()
      Returns the folder's drive id.
      java.lang.String getName()
      Returns the folder's name.
      java.lang.String getParentId()
      Returns the folder's parent id.
      void setDescription​(java.lang.String description)
      Specifies the folder's description.
      void setDriveId​(java.lang.String driveId)
      Specifies the folder's drive.
      void setName​(java.lang.String name)
      Specifies the folder's name.
      void setParentId​(java.lang.String parentId)
      Specifies the folder's parent.
      • Methods inherited from class java.lang.Object

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

      • FolderSpec

        public FolderSpec()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the folder's name.
      • setName

        public void setName​(java.lang.String name)
        Specifies the folder's name.
      • getDescription

        public java.lang.String getDescription()
        Returns the folder's description.
      • setDescription

        public void setDescription​(java.lang.String description)
        Specifies the folder's description.
      • getParentId

        public java.lang.String getParentId()
        Returns the folder's parent id.
      • setParentId

        public void setParentId​(java.lang.String parentId)
        Specifies the folder's parent.
      • getDriveId

        public java.lang.String getDriveId()
        Returns the folder's drive id.
      • setDriveId

        public void setDriveId​(java.lang.String driveId)
        Specifies the folder's drive.