Package com.slack.api.model.event
Class MessageChannelTopicEvent
java.lang.Object
com.slack.api.model.event.MessageChannelTopicEvent
- All Implemented Interfaces:
Event,Serializable
https://docs.slack.dev/reference/events/message/channel_topic
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetText()getTopic()getTs()getType()getUser()inthashCode()voidsetChannel(String channel) voidsetChannelType(String channelType) voidsetEventTs(String eventTs) voidvoidvoidvoidtoString()
-
Field Details
-
TYPE_NAME
- See Also:
-
SUBTYPE_NAME
- See Also:
-
-
Constructor Details
-
MessageChannelTopicEvent
public MessageChannelTopicEvent()
-
-
Method Details
-
getType
-
getSubtype
- Specified by:
getSubtypein interfaceEvent
-
getUser
-
getChannel
-
getChannelType
-
getText
-
getTopic
-
getTs
-
getEventTs
-
setUser
-
setChannel
-
setChannelType
-
setText
-
setTopic
-
setTs
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-