Class DriveApp


  • public class DriveApp
    extends ApiEntity
    Model class representing an application that is using Google Drive API
    Author:
    Gabriel Axel
    • Constructor Detail

      • DriveApp

        public DriveApp()
    • Method Detail

      • getName

        public String getName()
      • getObjectType

        public String getObjectType()
      • isSupportsCreate

        public boolean isSupportsCreate()
      • isSupportsImport

        public boolean isSupportsImport()
      • isInstalled

        public boolean isInstalled()
      • isAuthorized

        public boolean isAuthorized()
      • isUseByDefault

        public boolean isUseByDefault()
      • getProductUrl

        public String getProductUrl()
      • getPrimaryMimeTypes

        public List<String> getPrimaryMimeTypes()
      • getSecondaryMimeTypes

        public List<String> getSecondaryMimeTypes()
      • getPrimaryFileExtensions

        public List<String> getPrimaryFileExtensions()
      • getSecondaryFileExtensions

        public List<String> getSecondaryFileExtensions()