Class DriveItem


  • @Scriptable
    public final class DriveItem
    extends Object
    • Constructor Detail

      • DriveItem

        public DriveItem()
    • Method Detail

      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String p_id)
        Parameters:
        p_id - the id to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String p_name)
        Parameters:
        p_name - the name to set
      • getWebUrl

        public URI getWebUrl()
        Returns:
        the webUrl
      • setWebUrl

        public void setWebUrl​(URI p_webUrl)
        Parameters:
        p_webUrl - the webUrl to set
      • getDownloadUrl

        public URI getDownloadUrl()
        Returns:
        the downloadUrl
      • setDownloadUrl

        public void setDownloadUrl​(URI p_downloadUrl)
        Parameters:
        p_downloadUrl - the downloadUrl to set
      • getSize

        public long getSize()
        Returns:
        the size
      • setSize

        public void setSize​(long p_size)
        Parameters:
        p_size - the size to set
      • getLastModifiedDateTime

        public Calendar getLastModifiedDateTime()
        Returns:
        the lastModifiedDateTime
      • setLastModifiedDateTime

        public void setLastModifiedDateTime​(Calendar p_lastModifiedDateTime)
        Parameters:
        p_lastModifiedDateTime - the lastModifiedDateTime to set
      • getLastModifiedBy

        public IdentitySet getLastModifiedBy()
        Returns:
        the lastModifiedBy
      • setLastModifiedBy

        public void setLastModifiedBy​(IdentitySet p_lastModifiedBy)
        Parameters:
        p_lastModifiedBy - the lastModifiedBy to set
      • getCreatedDateTime

        public Calendar getCreatedDateTime()
        Returns:
        the createdDateTime
      • setCreatedDateTime

        public void setCreatedDateTime​(Calendar p_createdDateTime)
        Parameters:
        p_createdDateTime - the createdDateTime to set
      • getCreatedBy

        public IdentitySet getCreatedBy()
        Returns:
        the createdBy
      • setCreatedBy

        public void setCreatedBy​(IdentitySet p_createdBy)
        Parameters:
        p_createdBy - the createdBy to set
      • getParentReference

        public ItemReference getParentReference()
        Returns:
        the parentReference
      • setParentReference

        public void setParentReference​(ItemReference p_parentReference)
        Parameters:
        p_parentReference - the parentReference to set
      • getFolderChildCount

        public long getFolderChildCount()
        Returns:
        the folderChildCount
      • setFolderChildCount

        public void setFolderChildCount​(long p_folderChildCount)
        Parameters:
        p_folderChildCount - the folderChildCount to set
      • getFileMimeType

        public String getFileMimeType()
        Returns:
        the fileMimeType
      • setFileMimeType

        public void setFileMimeType​(String p_fileMimeType)
        Parameters:
        p_fileMimeType - the fileMimeType to set
      • getThumbnailUrl

        public Map<String,​URI> getThumbnailUrl()
      • setThumbnailUrl

        public void setThumbnailUrl​(Map<String,​URI> p_thumbnailUrl)