Class ChatScheduleMessageResponse.ScheduledMessage
- java.lang.Object
-
- com.slack.api.methods.response.chat.ChatScheduleMessageResponse.ScheduledMessage
-
- Enclosing class:
- ChatScheduleMessageResponse
public static class ChatScheduleMessageResponse.ScheduledMessage extends Object
-
-
Constructor Summary
Constructors Constructor Description ScheduledMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Attachment>getAttachments()List<LayoutBlock>getBlocks()StringgetBotId()BotProfilegetBotProfile()StringgetTeam()StringgetText()StringgetType()StringgetUser()inthashCode()voidsetAttachments(List<Attachment> attachments)voidsetBlocks(List<LayoutBlock> blocks)voidsetBotId(String botId)voidsetBotProfile(BotProfile botProfile)voidsetTeam(String team)voidsetText(String text)voidsetType(String type)voidsetUser(String user)StringtoString()
-
-
-
Method Detail
-
getBotId
public String getBotId()
-
getBotProfile
public BotProfile getBotProfile()
-
getType
public String getType()
-
getTeam
public String getTeam()
-
getUser
public String getUser()
-
getText
public String getText()
-
getAttachments
public List<Attachment> getAttachments()
-
getBlocks
public List<LayoutBlock> getBlocks()
-
setBotId
public void setBotId(String botId)
-
setBotProfile
public void setBotProfile(BotProfile botProfile)
-
setType
public void setType(String type)
-
setTeam
public void setTeam(String team)
-
setUser
public void setUser(String user)
-
setText
public void setText(String text)
-
setAttachments
public void setAttachments(List<Attachment> attachments)
-
setBlocks
public void setBlocks(List<LayoutBlock> blocks)
-
canEqual
protected boolean canEqual(Object other)
-
-