Package com.slack.api.model.event
Class MessageThreadBroadcastEvent
java.lang.Object
com.slack.api.model.event.MessageThreadBroadcastEvent
- All Implemented Interfaces:
Event,Serializable
https://api.slack.com/events/message/thread_broadcast
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetRoot()getText()getTs()getType()getUser()inthashCode()voidsetAttachments(List<Attachment> attachments) voidsetBlocks(List<LayoutBlock> blocks) voidsetChannel(String channel) voidsetChannelType(String channelType) voidsetClientMsgId(String clientMsgId) voidsetEventTs(String eventTs) voidsetRoot(Message.MessageRoot root) voidvoidsetThreadTs(String threadTs) voidvoidtoString()
-
Field Details
-
TYPE_NAME
- See Also:
-
SUBTYPE_NAME
- See Also:
-
-
Constructor Details
-
MessageThreadBroadcastEvent
public MessageThreadBroadcastEvent()
-
-
Method Details
-
getClientMsgId
-
getType
-
getSubtype
- Specified by:
getSubtypein interfaceEvent
-
getChannel
-
getUser
-
getRoot
-
getText
-
getBlocks
-
getAttachments
-
getTs
-
getThreadTs
-
getEventTs
-
getChannelType
-
setClientMsgId
-
setChannel
-
setUser
-
setRoot
-
setText
-
setBlocks
-
setAttachments
-
setTs
-
setThreadTs
-
setEventTs
-
setChannelType
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-