Uses of Class
com.docusign.esign.model.CommentPublish
-
Packages that use CommentPublish Package Description com.docusign.esign.model -
-
Uses of CommentPublish in com.docusign.esign.model
Methods in com.docusign.esign.model that return CommentPublish Modifier and Type Method Description CommentPublishCommentPublish. addMentionsItem(String mentionsItem)CommentPublishCommentPublish. addVisibleToItem(String visibleToItem)CommentPublishCommentPublish. id(String id)CommentPublishCommentPublish. mentions(List<String> mentions)CommentPublishCommentPublish. putThreadAnchorKeysItem(String key, String threadAnchorKeysItem)CommentPublishCommentPublish. text(String text)CommentPublishCommentPublish. threadAnchorKeys(Map<String,String> threadAnchorKeys)CommentPublishCommentPublish. threadId(String threadId)CommentPublishCommentPublish. visibleTo(List<String> visibleTo)Methods in com.docusign.esign.model that return types with arguments of type CommentPublish Modifier and Type Method Description List<CommentPublish>CommentsPublish. getCommentsToPublish()Methods in com.docusign.esign.model with parameters of type CommentPublish Modifier and Type Method Description CommentsPublishCommentsPublish. addCommentsToPublishItem(CommentPublish commentsToPublishItem)Method parameters in com.docusign.esign.model with type arguments of type CommentPublish Modifier and Type Method Description CommentsPublishCommentsPublish. commentsToPublish(List<CommentPublish> commentsToPublish)voidCommentsPublish. setCommentsToPublish(List<CommentPublish> commentsToPublish)
-