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