Interface ReviewInformation.Builder

    • Method Detail

      • reviewedTime

        ReviewInformation.Builder reviewedTime​(Instant reviewedTime)

        The time that the reviewer took action on the document review request.

        Parameters:
        reviewedTime - The time that the reviewer took action on the document review request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ReviewInformation.Builder status​(String status)

        The current status of the document review request.

        Parameters:
        status - The current status of the document review request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReviewStatus, ReviewStatus
      • status

        ReviewInformation.Builder status​(ReviewStatus status)

        The current status of the document review request.

        Parameters:
        status - The current status of the document review request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReviewStatus, ReviewStatus
      • reviewer

        ReviewInformation.Builder reviewer​(String reviewer)

        The reviewer assigned to take action on the document review request.

        Parameters:
        reviewer - The reviewer assigned to take action on the document review request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.