public static interface ReviewInformation.Builder extends SdkPojo, CopyableBuilder<ReviewInformation.Builder,ReviewInformation>
| Modifier and Type | Method and Description |
|---|---|
ReviewInformation.Builder |
reviewedTime(Instant reviewedTime)
The time that the reviewer took action on the document review request.
|
ReviewInformation.Builder |
reviewer(String reviewer)
The reviewer assigned to take action on the document review request.
|
ReviewInformation.Builder |
status(ReviewStatus status)
The current status of the document review request.
|
ReviewInformation.Builder |
status(String status)
The current status of the document review request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReviewInformation.Builder reviewedTime(Instant reviewedTime)
The time that the reviewer took action on the document review request.
reviewedTime - The time that the reviewer took action on the document review request.ReviewInformation.Builder status(String status)
The current status of the document review request.
status - The current status of the document review request.ReviewStatus,
ReviewStatusReviewInformation.Builder status(ReviewStatus status)
The current status of the document review request.
status - The current status of the document review request.ReviewStatus,
ReviewStatusReviewInformation.Builder reviewer(String reviewer)
The reviewer assigned to take action on the document review request.
reviewer - The reviewer assigned to take action on the document review request.Copyright © 2022. All rights reserved.