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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #comment(List) .comment - a consumer that will call methods on List.Builder #comment(List) Copyright © 2022. All rights reserved.