Class DriveFile


  • public class DriveFile
    extends ApiEntity
    Model class representing a file in Google Drive
    Author:
    Gabriel Axel
    • Constructor Detail

      • DriveFile

        public DriveFile()
    • Method Detail

      • isFolder

        public boolean isFolder()
      • isShortcut

        public boolean isShortcut()
      • getTitle

        public String getTitle()
      • getDescription

        public String getDescription()
      • getSelfLink

        public String getSelfLink()
      • getAlternateLink

        public String getAlternateLink()
      • getIconLink

        public String getIconLink()
      • getEmbedLink

        public String getEmbedLink()
      • getThumbnailLink

        public String getThumbnailLink()
      • getMimeType

        public String getMimeType()
      • getDownloadUrl

        public String getDownloadUrl()
        Returns:
        Short lived download link that requires authentication
      • getCreatedDate

        public Date getCreatedDate()
      • getModifiedDate

        public Date getModifiedDate()
      • getLastViewedByMeDate

        public Date getLastViewedByMeDate()
      • getMd5Checksum

        public String getMd5Checksum()
      • getFileSize

        public long getFileSize()
      • getQuotaBytesUsed

        public long getQuotaBytesUsed()
      • getOwnerNames

        public List<String> getOwnerNames()
      • getLastModifyingUserName

        public String getLastModifyingUserName()
      • isEditable

        public boolean isEditable()
      • isWritersCanShare

        public boolean isWritersCanShare()
      • isAppDataContents

        public boolean isAppDataContents()
      • isStarred

        public boolean isStarred()
      • isHidden

        public boolean isHidden()
      • isTrashed

        public boolean isTrashed()
      • isRestricted

        public boolean isRestricted()
      • isViewed

        public boolean isViewed()