Uses of Class
com.slack.api.model.Message.MessageRoot
| Package | Description |
|---|---|
| com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| com.slack.api.model.event |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
-
Uses of Message.MessageRoot in com.slack.api.model
Methods in com.slack.api.model that return Message.MessageRoot Modifier and Type Method Description Message.MessageRootLatest. getRoot()Message.MessageRootMessage. getRoot()Methods in com.slack.api.model with parameters of type Message.MessageRoot Modifier and Type Method Description voidLatest. setRoot(Message.MessageRoot root)voidMessage. setRoot(Message.MessageRoot root) -
Uses of Message.MessageRoot in com.slack.api.model.event
Methods in com.slack.api.model.event that return Message.MessageRoot Modifier and Type Method Description Message.MessageRootMessageThreadBroadcastEvent. getRoot()Methods in com.slack.api.model.event with parameters of type Message.MessageRoot Modifier and Type Method Description voidMessageThreadBroadcastEvent. setRoot(Message.MessageRoot root)