Class CommentReply


  • public class CommentReply
    extends ApiEntity
    Model class representing a reply to comment in a file in Google Drive
    Author:
    Gabriel Axel
    • Constructor Detail

      • CommentReply

        public CommentReply()
      • CommentReply

        public CommentReply​(String content)
    • Method Detail

      • getCreatedDate

        public Date getCreatedDate()
      • getModifiedDate

        public Date getModifiedDate()
      • getContent

        public String getContent()
      • getHtmlContent

        public String getHtmlContent()
      • isDeleted

        public boolean isDeleted()