Package com.docusign.esign.model
Class CommentPublish
- java.lang.Object
-
- com.docusign.esign.model.CommentPublish
-
- All Implemented Interfaces:
Serializable
public class CommentPublish extends Object implements Serializable
CommentPublish.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentPublish()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentPublishaddMentionsItem(String mentionsItem)addMentionsItem.CommentPublishaddVisibleToItem(String visibleToItem)addVisibleToItem.booleanequals(Object o)Compares objects.StringgetId().List<String>getMentions().StringgetText().Map<String,String>getThreadAnchorKeys().StringgetThreadId().List<String>getVisibleTo().inthashCode()Returns the HashCode.CommentPublishid(String id)id.CommentPublishmentions(List<String> mentions)mentions.CommentPublishputThreadAnchorKeysItem(String key, String threadAnchorKeysItem)putThreadAnchorKeysItem.voidsetId(String id)setId.voidsetMentions(List<String> mentions)setMentions.voidsetText(String text)setText.voidsetThreadAnchorKeys(Map<String,String> threadAnchorKeys)setThreadAnchorKeys.voidsetThreadId(String threadId)setThreadId.voidsetVisibleTo(List<String> visibleTo)setVisibleTo.CommentPublishtext(String text)text.CommentPublishthreadAnchorKeys(Map<String,String> threadAnchorKeys)threadAnchorKeys.CommentPublishthreadId(String threadId)threadId.StringtoString()Converts the given object to string.CommentPublishvisibleTo(List<String> visibleTo)visibleTo.
-
-
-
Method Detail
-
id
public CommentPublish id(String id)
id.- Returns:
- CommentPublish
-
getId
public String getId()
.- Returns:
- id
-
setId
public void setId(String id)
setId.
-
mentions
public CommentPublish mentions(List<String> mentions)
mentions.- Returns:
- CommentPublish
-
addMentionsItem
public CommentPublish addMentionsItem(String mentionsItem)
addMentionsItem.- Returns:
- CommentPublish
-
text
public CommentPublish text(String text)
text.- Returns:
- CommentPublish
-
getText
public String getText()
.- Returns:
- text
-
setText
public void setText(String text)
setText.
-
threadAnchorKeys
public CommentPublish threadAnchorKeys(Map<String,String> threadAnchorKeys)
threadAnchorKeys.- Returns:
- CommentPublish
-
putThreadAnchorKeysItem
public CommentPublish putThreadAnchorKeysItem(String key, String threadAnchorKeysItem)
putThreadAnchorKeysItem.- Returns:
- CommentPublish
-
setThreadAnchorKeys
public void setThreadAnchorKeys(Map<String,String> threadAnchorKeys)
setThreadAnchorKeys.
-
threadId
public CommentPublish threadId(String threadId)
threadId.- Returns:
- CommentPublish
-
getThreadId
public String getThreadId()
.- Returns:
- threadId
-
setThreadId
public void setThreadId(String threadId)
setThreadId.
-
visibleTo
public CommentPublish visibleTo(List<String> visibleTo)
visibleTo.- Returns:
- CommentPublish
-
addVisibleToItem
public CommentPublish addVisibleToItem(String visibleToItem)
addVisibleToItem.- Returns:
- CommentPublish
-
equals
public boolean equals(Object o)
Compares objects.
-
-