Uses of Class
org.springframework.social.google.api.drive.DriveFilesPage
-
Packages that use DriveFilesPage Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl -
-
Uses of DriveFilesPage in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return DriveFilesPage Modifier and Type Method Description DriveFilesPageDriveOperations. getFiles(String parent, String pageToken)Returns the files and folders under a specified folderDriveFilesPageDriveOperations. getRootFiles(String pageToken)Returns files and folders under the root folderDriveFilesPageDriveOperations. getTrashedFiles(String pageToken)Returns trashed files and folders -
Uses of DriveFilesPage in org.springframework.social.google.api.drive.impl
Methods in org.springframework.social.google.api.drive.impl that return DriveFilesPage Modifier and Type Method Description DriveFilesPageDriveTemplate. getFiles(String parent, String pageToken)DriveFilesPageDriveTemplate. getRootFiles(String pageToken)DriveFilesPageDriveTemplate. getTrashedFiles(String pageToken)
-