Uses of Class
org.springframework.social.google.api.drive.FileCommentsPage
-
Packages that use FileCommentsPage Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl -
-
Uses of FileCommentsPage in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return FileCommentsPage Modifier and Type Method Description FileCommentsPageDriveOperations. getComments(String fileId, String pageToken)Returns the first default page of comments on a file -
Uses of FileCommentsPage in org.springframework.social.google.api.drive.impl
Methods in org.springframework.social.google.api.drive.impl that return FileCommentsPage Modifier and Type Method Description FileCommentsPageDriveTemplate. getComments(String fileId, String pageToken)Constructor parameters in org.springframework.social.google.api.drive.impl with type arguments of type FileCommentsPage Constructor Description FileCommentQueryBuilderImpl(String feedUrl, Class<FileCommentsPage> type, org.springframework.web.client.RestTemplate restTemplate)
-