Interface DocumentReviewCommentSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DocumentReviewCommentSource.Builder,DocumentReviewCommentSource>, SdkBuilder<DocumentReviewCommentSource.Builder,DocumentReviewCommentSource>, SdkPojo
Enclosing class:
DocumentReviewCommentSource

public static interface DocumentReviewCommentSource.Builder extends SdkPojo, CopyableBuilder<DocumentReviewCommentSource.Builder,DocumentReviewCommentSource>
  • Method Details

    • type

      The type of information added to a review request. Currently, only the value Comment is supported.

      Parameters:
      type - The type of information added to a review request. Currently, only the value Comment is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of information added to a review request. Currently, only the value Comment is supported.

      Parameters:
      type - The type of information added to a review request. Currently, only the value Comment is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.