Package com.slack.api.model
Class Latest
- java.lang.Object
-
- com.slack.api.model.Latest
-
public class Latest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Latest.Edited
-
Constructor Summary
Constructors Constructor Description Latest()
-
Method Summary
-
-
-
Method Detail
-
getClientMsgId
public String getClientMsgId()
-
getType
public String getType()
-
getSubtype
public String getSubtype()
-
getTeam
public String getTeam()
-
getUser
public String getUser()
-
getUsername
public String getUsername()
-
getParentUserId
public String getParentUserId()
-
getText
public String getText()
-
getTopic
public String getTopic()
-
getAttachments
public List<Attachment> getAttachments()
-
getBlocks
public List<LayoutBlock> getBlocks()
-
getRoot
public Message.MessageRoot getRoot()
-
isUpload
public boolean isUpload()
-
isDisplayAsBot
public boolean isDisplayAsBot()
-
getBotId
public String getBotId()
-
getBotLink
public String getBotLink()
-
getBotProfile
public BotProfile getBotProfile()
-
getThreadTs
public String getThreadTs()
-
getTs
public String getTs()
-
getIcons
public Message.Icons getIcons()
-
getEdited
public Latest.Edited getEdited()
-
setClientMsgId
public void setClientMsgId(String clientMsgId)
-
setType
public void setType(String type)
-
setSubtype
public void setSubtype(String subtype)
-
setTeam
public void setTeam(String team)
-
setUser
public void setUser(String user)
-
setUsername
public void setUsername(String username)
-
setParentUserId
public void setParentUserId(String parentUserId)
-
setText
public void setText(String text)
-
setTopic
public void setTopic(String topic)
-
setAttachments
public void setAttachments(List<Attachment> attachments)
-
setBlocks
public void setBlocks(List<LayoutBlock> blocks)
-
setRoot
public void setRoot(Message.MessageRoot root)
-
setUpload
public void setUpload(boolean upload)
-
setDisplayAsBot
public void setDisplayAsBot(boolean displayAsBot)
-
setBotId
public void setBotId(String botId)
-
setBotLink
public void setBotLink(String botLink)
-
setBotProfile
public void setBotProfile(BotProfile botProfile)
-
setThreadTs
public void setThreadTs(String threadTs)
-
setTs
public void setTs(String ts)
-
setIcons
public void setIcons(Message.Icons icons)
-
setEdited
public void setEdited(Latest.Edited edited)
-
canEqual
protected boolean canEqual(Object other)
-
-