Class FileComment
- java.lang.Object
-
- org.springframework.social.google.api.ApiEntity
-
- org.springframework.social.google.api.drive.FileComment
-
public class FileComment extends ApiEntity
Model class representing a comment in a file in Google Drive- Author:
- Gabriel Axel
-
-
Constructor Summary
Constructors Constructor Description FileComment()FileComment(String content)FileComment(String content, String contextType, String contextValue)Create a new File comment.FileComment(String content, org.springframework.http.MediaType contextType, String contextValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DriveUsergetAuthor()StringgetContent()org.springframework.social.google.api.drive.FileComment.CommentContextgetContext()DategetCreatedDate()StringgetHtmlContent()StringgetId()DategetModifiedDate()List<CommentReply>getReplies()CommentStatusgetStatus()booleanisDeleted()
-
-
-
Method Detail
-
getCreatedDate
public Date getCreatedDate()
-
getModifiedDate
public Date getModifiedDate()
-
getAuthor
public DriveUser getAuthor()
-
getHtmlContent
public String getHtmlContent()
-
getContent
public String getContent()
-
isDeleted
public boolean isDeleted()
-
getStatus
public CommentStatus getStatus()
-
getContext
public org.springframework.social.google.api.drive.FileComment.CommentContext getContext()
-
getReplies
public List<CommentReply> getReplies()
-
-