Interface RevisionUserItem

    • Method Detail

      • getVote

        java.lang.Integer getVote()
      • getRevisionUserItemCommentCount

        java.lang.Integer getRevisionUserItemCommentCount()
        Returns a count of all comments on this revision user item, including resolved comments. The count includes deleted comments. The count does not include review comments. The count does not include an earlier revision's comments.
        Returns:
      • getUnresolvedRevisionUserItemCommentCount

        java.lang.Integer getUnresolvedRevisionUserItemCommentCount()
        Returns a count of all comments on this revision user item, just the unresolved comments. The count includes deleted comments. The count does not include review comments. The count does not include an earlier revision's comments.
        Returns:
      • getRevisionUserItemComments

        java.util.List<RevisionItemComment> getRevisionUserItemComments()
        Returns a flattened list of all comments, both unresolved and resolved, on this revision user item. It does return deleted comments. It does not return review comments. It does not include an earlier revision's comments.
        Returns: