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)addMentionsItem.CommentPublishCommentPublish. addVisibleToItem(String visibleToItem)addVisibleToItem.CommentPublishCommentPublish. id(String id)id.CommentPublishCommentPublish. mentions(List<String> mentions)mentions.CommentPublishCommentPublish. putThreadAnchorKeysItem(String key, String threadAnchorKeysItem)putThreadAnchorKeysItem.CommentPublishCommentPublish. text(String text)text.CommentPublishCommentPublish. threadAnchorKeys(Map<String,String> threadAnchorKeys)threadAnchorKeys.CommentPublishCommentPublish. threadId(String threadId)threadId.CommentPublishCommentPublish. visibleTo(List<String> visibleTo)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)addCommentsToPublishItem.Method parameters in com.docusign.esign.model with type arguments of type CommentPublish Modifier and Type Method Description CommentsPublishCommentsPublish. commentsToPublish(List<CommentPublish> commentsToPublish)commentsToPublish.voidCommentsPublish. setCommentsToPublish(List<CommentPublish> commentsToPublish)setCommentsToPublish.
-