Uses of Class
com.docusign.esign.model.Comment
-
Packages that use Comment Package Description com.docusign.esign.model -
-
Uses of Comment in com.docusign.esign.model
Methods in com.docusign.esign.model that return Comment Modifier and Type Method Description CommentComment. addMentionsItem(java.lang.String mentionsItem)addMentionsItem.CommentComment. addVisibleToItem(java.lang.String visibleToItem)addVisibleToItem.CommentComment. envelopeId(java.lang.String envelopeId)envelopeId.CommentComment. hmac(java.lang.String hmac)hmac.CommentComment. id(java.lang.String id)id.CommentComment. mentions(java.util.List<java.lang.String> mentions)mentions.CommentComment. read(java.lang.Boolean read)read.CommentComment. sentByEmail(java.lang.String sentByEmail)sentByEmail.CommentComment. sentByFullName(java.lang.String sentByFullName)sentByFullName.CommentComment. sentByImageId(java.lang.String sentByImageId)sentByImageId.CommentComment. sentByInitials(java.lang.String sentByInitials)sentByInitials.CommentComment. sentByRecipientId(java.lang.String sentByRecipientId)sentByRecipientId.CommentComment. sentByUserId(java.lang.String sentByUserId)sentByUserId.CommentComment. signingGroupId(java.lang.String signingGroupId)signingGroupId.CommentComment. signingGroupName(java.lang.String signingGroupName)signingGroupName.CommentComment. subject(java.lang.String subject)subject.CommentComment. tabId(java.lang.String tabId)tabId.CommentComment. text(java.lang.String text)text.CommentComment. threadId(java.lang.String threadId)threadId.CommentComment. threadOriginatorId(java.lang.String threadOriginatorId)threadOriginatorId.CommentComment. timestamp(java.lang.String timestamp)timestamp.CommentComment. timeStampFormatted(java.lang.String timeStampFormatted)timeStampFormatted.CommentComment. visibleTo(java.util.List<java.lang.String> visibleTo)visibleTo.Methods in com.docusign.esign.model that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>CommentHistoryResult. getComments().java.util.List<Comment>CommentThread. getComments().Methods in com.docusign.esign.model with parameters of type Comment Modifier and Type Method Description CommentHistoryResultCommentHistoryResult. addCommentsItem(Comment commentsItem)addCommentsItem.CommentThreadCommentThread. addCommentsItem(Comment commentsItem)addCommentsItem.Method parameters in com.docusign.esign.model with type arguments of type Comment Modifier and Type Method Description CommentHistoryResultCommentHistoryResult. comments(java.util.List<Comment> comments)comments.CommentThreadCommentThread. comments(java.util.List<Comment> comments)comments.voidCommentHistoryResult. setComments(java.util.List<Comment> comments)setComments.voidCommentThread. setComments(java.util.List<Comment> comments)setComments.
-