public class CommentPublish extends Object
Constructor and Description |
---|
CommentPublish() |
Modifier and Type | Method and Description |
---|---|
CommentPublish |
addMentionsItem(String mentionsItem) |
CommentPublish |
addVisibleToItem(String visibleToItem) |
boolean |
equals(Object o) |
String |
getId() |
List<String> |
getMentions() |
String |
getText() |
Map<String,String> |
getThreadAnchorKeys() |
String |
getThreadId() |
List<String> |
getVisibleTo() |
int |
hashCode() |
CommentPublish |
id(String id) |
CommentPublish |
mentions(List<String> mentions) |
CommentPublish |
putThreadAnchorKeysItem(String key,
String threadAnchorKeysItem) |
void |
setId(String id) |
void |
setMentions(List<String> mentions) |
void |
setText(String text) |
void |
setThreadAnchorKeys(Map<String,String> threadAnchorKeys) |
void |
setThreadId(String threadId) |
void |
setVisibleTo(List<String> visibleTo) |
CommentPublish |
text(String text) |
CommentPublish |
threadAnchorKeys(Map<String,String> threadAnchorKeys) |
CommentPublish |
threadId(String threadId) |
String |
toString() |
CommentPublish |
visibleTo(List<String> visibleTo) |
public CommentPublish id(String id)
public String getId()
public void setId(String id)
public CommentPublish mentions(List<String> mentions)
public CommentPublish addMentionsItem(String mentionsItem)
public CommentPublish text(String text)
public String getText()
public void setText(String text)
public CommentPublish threadAnchorKeys(Map<String,String> threadAnchorKeys)
public CommentPublish putThreadAnchorKeysItem(String key, String threadAnchorKeysItem)
public CommentPublish threadId(String threadId)
public String getThreadId()
public void setThreadId(String threadId)
public CommentPublish visibleTo(List<String> visibleTo)
public CommentPublish addVisibleToItem(String visibleToItem)
Copyright © 2020. All rights reserved.