Uses of Class
org.springframework.social.google.api.drive.DriveApp
-
Packages that use DriveApp Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl -
-
Uses of DriveApp in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return DriveApp Modifier and Type Method Description DriveAppDriveOperations. getApp(String id)Returns an application by its IDMethods in org.springframework.social.google.api.drive that return types with arguments of type DriveApp Modifier and Type Method Description List<DriveApp>DriveOperations. getApps()Returns the applications authorized by the user to access Google Drive API -
Uses of DriveApp in org.springframework.social.google.api.drive.impl
Methods in org.springframework.social.google.api.drive.impl that return DriveApp Modifier and Type Method Description DriveAppDriveTemplate. getApp(String id)Methods in org.springframework.social.google.api.drive.impl that return types with arguments of type DriveApp Modifier and Type Method Description List<DriveApp>DriveTemplate. getApps()
-