Uses of Interface
org.springframework.social.google.api.drive.FileCommentQueryBuilder
-
Packages that use FileCommentQueryBuilder Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl -
-
Uses of FileCommentQueryBuilder in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return FileCommentQueryBuilder Modifier and Type Method Description FileCommentQueryBuilderDriveOperations. fileCommentQueryBuilder(String fileId)Returns aFileCommentQueryBuilderfor listing the comments of a fileFileCommentQueryBuilderFileCommentQueryBuilder. setIncludeDeleted(boolean includeDeleted)FileCommentQueryBuilderFileCommentQueryBuilder. setUpdatedMin(Date updatedMin) -
Uses of FileCommentQueryBuilder in org.springframework.social.google.api.drive.impl
Classes in org.springframework.social.google.api.drive.impl that implement FileCommentQueryBuilder Modifier and Type Class Description classFileCommentQueryBuilderImplFileCommentQueryBuilderimplementation.Methods in org.springframework.social.google.api.drive.impl that return FileCommentQueryBuilder Modifier and Type Method Description FileCommentQueryBuilderDriveTemplate. fileCommentQueryBuilder(String fileId)FileCommentQueryBuilderFileCommentQueryBuilderImpl. setIncludeDeleted(boolean includeDeleted)FileCommentQueryBuilderFileCommentQueryBuilderImpl. setUpdatedMin(Date updatedMin)
-