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