public static interface DocumentReviewCommentSource.Builder extends SdkPojo, CopyableBuilder<DocumentReviewCommentSource.Builder,DocumentReviewCommentSource>
| Modifier and Type | Method and Description |
|---|---|
DocumentReviewCommentSource.Builder |
content(String content)
The content of a comment entered by a user who requests a review of a new document version, or who reviews
the new version.
|
DocumentReviewCommentSource.Builder |
type(DocumentReviewCommentType type)
The type of information added to a review request.
|
DocumentReviewCommentSource.Builder |
type(String type)
The type of information added to a review request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentReviewCommentSource.Builder type(String type)
The type of information added to a review request. Currently, only the value Comment is
supported.
type - The type of information added to a review request. Currently, only the value Comment is
supported.DocumentReviewCommentType,
DocumentReviewCommentTypeDocumentReviewCommentSource.Builder type(DocumentReviewCommentType type)
The type of information added to a review request. Currently, only the value Comment is
supported.
type - The type of information added to a review request. Currently, only the value Comment is
supported.DocumentReviewCommentType,
DocumentReviewCommentTypeDocumentReviewCommentSource.Builder content(String content)
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
content - The content of a comment entered by a user who requests a review of a new document version, or who
reviews the new version.Copyright © 2021. All rights reserved.