public static interface DocumentReviews.Builder extends SdkPojo, CopyableBuilder<DocumentReviews.Builder,DocumentReviews>
| Modifier and Type | Method and Description |
|---|---|
DocumentReviews.Builder |
action(DocumentReviewAction action)
The action to take on a document approval review request.
|
DocumentReviews.Builder |
action(String action)
The action to take on a document approval review request.
|
DocumentReviews.Builder |
comment(Collection<DocumentReviewCommentSource> comment)
A comment entered by a user in your organization about the document review request.
|
DocumentReviews.Builder |
comment(Consumer<DocumentReviewCommentSource.Builder>... comment)
A comment entered by a user in your organization about the document review request.
|
DocumentReviews.Builder |
comment(DocumentReviewCommentSource... comment)
A comment entered by a user in your organization about the document review request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentReviews.Builder action(String action)
The action to take on a document approval review request.
action - The action to take on a document approval review request.DocumentReviewAction,
DocumentReviewActionDocumentReviews.Builder action(DocumentReviewAction action)
The action to take on a document approval review request.
action - The action to take on a document approval review request.DocumentReviewAction,
DocumentReviewActionDocumentReviews.Builder comment(Collection<DocumentReviewCommentSource> comment)
A comment entered by a user in your organization about the document review request.
comment - A comment entered by a user in your organization about the document review request.DocumentReviews.Builder comment(DocumentReviewCommentSource... comment)
A comment entered by a user in your organization about the document review request.
comment - A comment entered by a user in your organization about the document review request.DocumentReviews.Builder comment(Consumer<DocumentReviewCommentSource.Builder>... comment)
A comment entered by a user in your organization about the document review request.
This is a convenience method that creates an instance of theDocumentReviewCommentSource.Builder avoiding the need to
create one manually via
DocumentReviewCommentSource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #comment(List.
comment - a consumer that will call methods on
DocumentReviewCommentSource.Builder#comment(java.util.Collection) Copyright © 2023. All rights reserved.