Package com.docusign.esign.model
Class CommentPublish
- java.lang.Object
-
- com.docusign.esign.model.CommentPublish
-
public class CommentPublish extends Object
CommentPublish
-
-
Constructor Summary
Constructors Constructor Description CommentPublish()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentPublishaddMentionsItem(String mentionsItem)CommentPublishaddVisibleToItem(String visibleToItem)booleanequals(Object o)StringgetId()List<String>getMentions()StringgetText()Map<String,String>getThreadAnchorKeys()StringgetThreadId()List<String>getVisibleTo()inthashCode()CommentPublishid(String id)CommentPublishmentions(List<String> mentions)CommentPublishputThreadAnchorKeysItem(String key, String threadAnchorKeysItem)voidsetId(String id)voidsetMentions(List<String> mentions)voidsetText(String text)voidsetThreadAnchorKeys(Map<String,String> threadAnchorKeys)voidsetThreadId(String threadId)voidsetVisibleTo(List<String> visibleTo)CommentPublishtext(String text)CommentPublishthreadAnchorKeys(Map<String,String> threadAnchorKeys)CommentPublishthreadId(String threadId)StringtoString()CommentPublishvisibleTo(List<String> visibleTo)
-
-
-
Method Detail
-
id
public CommentPublish id(String id)
-
getId
public String getId()
- Returns:
- id
-
setId
public void setId(String id)
-
mentions
public CommentPublish mentions(List<String> mentions)
-
addMentionsItem
public CommentPublish addMentionsItem(String mentionsItem)
-
text
public CommentPublish text(String text)
-
getText
public String getText()
- Returns:
- text
-
setText
public void setText(String text)
-
threadAnchorKeys
public CommentPublish threadAnchorKeys(Map<String,String> threadAnchorKeys)
-
putThreadAnchorKeysItem
public CommentPublish putThreadAnchorKeysItem(String key, String threadAnchorKeysItem)
-
threadId
public CommentPublish threadId(String threadId)
-
getThreadId
public String getThreadId()
- Returns:
- threadId
-
setThreadId
public void setThreadId(String threadId)
-
visibleTo
public CommentPublish visibleTo(List<String> visibleTo)
-
addVisibleToItem
public CommentPublish addVisibleToItem(String visibleToItem)
-
-