Class FileComment


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

      • FileComment

        public FileComment()
      • FileComment

        public FileComment​(String content)
      • FileComment

        public FileComment​(String content,
                           org.springframework.http.MediaType contextType,
                           String contextValue)
      • FileComment

        public FileComment​(String content,
                           String contextType,
                           String contextValue)
        Create a new File comment.
        Parameters:
        content - Conteudo
        contextType - Tipo
        contextValue - Valor
    • Method Detail

      • getCreatedDate

        public Date getCreatedDate()
      • getModifiedDate

        public Date getModifiedDate()
      • getHtmlContent

        public String getHtmlContent()
      • getContent

        public String getContent()
      • isDeleted

        public boolean isDeleted()
      • getContext

        public org.springframework.social.google.api.drive.FileComment.CommentContext getContext()