Uses of Class
org.springframework.social.google.api.drive.FileComment
-
Packages that use FileComment Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl -
-
Uses of FileComment in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return FileComment Modifier and Type Method Description FileCommentDriveOperations. addComment(String fileId, FileComment comment)Adds a comment to a fileFileCommentDriveOperations. updateComment(String fileId, String commentId, FileComment comment)Updates a comment to a fileMethods in org.springframework.social.google.api.drive with parameters of type FileComment Modifier and Type Method Description FileCommentDriveOperations. addComment(String fileId, FileComment comment)Adds a comment to a fileFileCommentDriveOperations. updateComment(String fileId, String commentId, FileComment comment)Updates a comment to a file -
Uses of FileComment in org.springframework.social.google.api.drive.impl
Methods in org.springframework.social.google.api.drive.impl that return FileComment Modifier and Type Method Description FileCommentDriveTemplate. addComment(String fileId, FileComment comment)FileCommentDriveTemplate. updateComment(String fileId, String commentId, FileComment comment)Methods in org.springframework.social.google.api.drive.impl with parameters of type FileComment Modifier and Type Method Description FileCommentDriveTemplate. addComment(String fileId, FileComment comment)FileCommentDriveTemplate. updateComment(String fileId, String commentId, FileComment comment)
-