Interface CommentResources


  • @Deprecated(since="2.0.0",
                forRemoval=true)
    public interface CommentResources
    Deprecated, for removal: This API element is subject to removal in a future version.
    As of release 2.0. Please use SheetCommentResources instead
    • Method Detail

      • getComment

        @Deprecated(since="2.0.0",
                    forRemoval=true)
        Comment getComment​(long sheetId,
                           long commentId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        As of release 2.0. Please use SheetCommentResources instead
        Parameters:
        sheetId - the id
        commentId - the commentid
        Returns:
        the comment (note that if there is no such resource, this method will throw ResourceNotFoundException rather than returning null).
      • deleteComment

        @Deprecated(since="2.0.0",
                    forRemoval=true)
        void deleteComment​(long sheetId,
                           long commentId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        As of release 2.0. Please use SheetCommentResources instead
        Parameters:
        sheetId - the id
        commentId - the commentid
      • attachments

        @Deprecated(since="2.0.0",
                    forRemoval=true)
        AssociatedAttachmentResources attachments()
        Deprecated, for removal: This API element is subject to removal in a future version.
        As of release 2.0. Please use SheetCommentResources instead
        Returns:
        associated resources