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)addMentionsItem.CommentComment. addVisibleToItem(String visibleToItem)addVisibleToItem.CommentComment. envelopeId(String envelopeId)envelopeId.CommentComment. hmac(String hmac)hmac.CommentComment. id(String id)id.CommentComment. mentions(List<String> mentions)mentions.CommentComment. read(Boolean read)read.CommentComment. sentByEmail(String sentByEmail)sentByEmail.CommentComment. sentByFullName(String sentByFullName)sentByFullName.CommentComment. sentByImageId(String sentByImageId)sentByImageId.CommentComment. sentByInitials(String sentByInitials)sentByInitials.CommentComment. sentByRecipientId(String sentByRecipientId)sentByRecipientId.CommentComment. sentByUserId(String sentByUserId)sentByUserId.CommentComment. signingGroupId(String signingGroupId)signingGroupId.CommentComment. signingGroupName(String signingGroupName)signingGroupName.CommentComment. subject(String subject)subject.CommentComment. tabId(String tabId)tabId.CommentComment. text(String text)text.CommentComment. threadId(String threadId)threadId.CommentComment. threadOriginatorId(String threadOriginatorId)threadOriginatorId.CommentComment. timestamp(String timestamp)timestamp.CommentComment. timeStampFormatted(String timeStampFormatted)timeStampFormatted.CommentComment. visibleTo(List<String> visibleTo)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)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(List<Comment> comments)comments.CommentThreadCommentThread. comments(List<Comment> comments)comments.voidCommentHistoryResult. setComments(List<Comment> comments)setComments.voidCommentThread. setComments(List<Comment> comments)setComments.
-