Interface Review

    • Method Detail

      • getAllowAddReviewersAndApprovers

        java.lang.Boolean getAllowAddReviewersAndApprovers()
      • getAllowDelegateApproval

        java.lang.Boolean getAllowDelegateApproval()
      • getApproved

        java.lang.Boolean getApproved()
      • getIsPublic

        java.lang.Boolean getIsPublic()
      • getTimeTrackingEnabled

        java.lang.Boolean getTimeTrackingEnabled()
      • getSequence

        java.lang.Integer getSequence()
      • getRevisions

        java.util.List<Revision> getRevisions()
      • getAuthors

        java.util.List<User> getAuthors()
      • getName

        java.lang.String getName()
      • getReviewCommentCount

        java.lang.Integer getReviewCommentCount()
        Returns a count of all comments on the review and its revisions, including resolved comments. The count includes deleted comments. The count does not include revision item comments.
        Returns:
      • getUnresolvedReviewCommentCount

        java.lang.Integer getUnresolvedReviewCommentCount()
        Returns a count of all comments on the review and its revisions, just the unresolved comments. The count includes deleted comments. The count does not include revision item comments.
        Returns:
      • getReviewComments

        java.util.List<RevisionItemComment> getReviewComments()
        Returns a flattened list of all comments, both unresolved and resolved, on the review and all of its revisions. It does return deleted comments. It does not return revision item comments.
        Returns: