Uses of Class
org.springframework.social.google.api.drive.CommentReply
-
Packages that use CommentReply Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl -
-
Uses of CommentReply in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return CommentReply Modifier and Type Method Description CommentReplyDriveOperations. addReply(String fileId, String commentId, CommentReply reply)Adds a reply to a file commentCommentReplyDriveOperations. updateReply(String fileId, String commentId, String replyId, CommentReply reply)Updates a reply to a file commentMethods in org.springframework.social.google.api.drive that return types with arguments of type CommentReply Modifier and Type Method Description List<CommentReply>FileComment. getReplies()Methods in org.springframework.social.google.api.drive with parameters of type CommentReply Modifier and Type Method Description CommentReplyDriveOperations. addReply(String fileId, String commentId, CommentReply reply)Adds a reply to a file commentCommentReplyDriveOperations. updateReply(String fileId, String commentId, String replyId, CommentReply reply)Updates a reply to a file comment -
Uses of CommentReply in org.springframework.social.google.api.drive.impl
Methods in org.springframework.social.google.api.drive.impl that return CommentReply Modifier and Type Method Description CommentReplyDriveTemplate. addReply(String fileId, String commentId, CommentReply reply)CommentReplyDriveTemplate. updateReply(String fileId, String commentId, String replyId, CommentReply reply)Methods in org.springframework.social.google.api.drive.impl with parameters of type CommentReply Modifier and Type Method Description CommentReplyDriveTemplate. addReply(String fileId, String commentId, CommentReply reply)CommentReplyDriveTemplate. updateReply(String fileId, String commentId, String replyId, CommentReply reply)
-