Uses of Class
com.docusign.esign.model.CommentHistoryResult
-
Packages that use CommentHistoryResult Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of CommentHistoryResult in com.docusign.esign.api
Methods in com.docusign.esign.api that return CommentHistoryResult Modifier and Type Method Description CommentHistoryResultEnvelopesApi. createEnvelopeComments(String accountId, String envelopeId, CommentsPublish commentsPublish)Posts a list of comments for authorized user.Methods in com.docusign.esign.api that return types with arguments of type CommentHistoryResult Modifier and Type Method Description ApiResponse<CommentHistoryResult>EnvelopesApi. createEnvelopeCommentsWithHttpInfo(String accountId, String envelopeId, CommentsPublish commentsPublish)Posts a list of comments for authorized user -
Uses of CommentHistoryResult in com.docusign.esign.model
Methods in com.docusign.esign.model that return CommentHistoryResult Modifier and Type Method Description CommentHistoryResultCommentHistoryResult. addCommentsItem(Comment commentsItem)addCommentsItem.CommentHistoryResultCommentHistoryResult. comments(List<Comment> comments)comments.CommentHistoryResultCommentHistoryResult. count(Integer count)count.CommentHistoryResultCommentHistoryResult. endTimetoken(String endTimetoken)endTimetoken.CommentHistoryResultCommentHistoryResult. startTimetoken(String startTimetoken)startTimetoken.
-