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
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()
-
Constructor Details
-
ScheduledMessage
public ScheduledMessage()
-
-
Method Details