Class CommentReply
- java.lang.Object
-
- org.springframework.social.google.api.ApiEntity
-
- org.springframework.social.google.api.drive.CommentReply
-
public class CommentReply extends ApiEntity
Model class representing a reply to comment in a file in Google Drive- Author:
- Gabriel Axel
-
-
Constructor Summary
Constructors Constructor Description CommentReply()CommentReply(String content)CommentReply(String content, ReplyVerb verb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DriveUsergetAuthor()StringgetContent()DategetCreatedDate()StringgetHtmlContent()StringgetId()DategetModifiedDate()ReplyVerbgetVerb()booleanisDeleted()
-