Uses of Class
com.docusign.esign.model.CommentsPublish
-
Packages that use CommentsPublish Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of CommentsPublish in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type CommentsPublish Modifier and Type Method Description CommentHistoryResultEnvelopesApi. createEnvelopeComments(String accountId, String envelopeId, CommentsPublish commentsPublish)Posts a list of comments for authorized user.ApiResponse<CommentHistoryResult>EnvelopesApi. createEnvelopeCommentsWithHttpInfo(String accountId, String envelopeId, CommentsPublish commentsPublish)Posts a list of comments for authorized user -
Uses of CommentsPublish in com.docusign.esign.model
Methods in com.docusign.esign.model that return CommentsPublish Modifier and Type Method Description CommentsPublishCommentsPublish. addCommentsToPublishItem(CommentPublish commentsToPublishItem)addCommentsToPublishItem.CommentsPublishCommentsPublish. commentsToPublish(List<CommentPublish> commentsToPublish)commentsToPublish.
-