Package com.slack.api.model.event
Class MessageChannelJoinEvent
java.lang.Object
com.slack.api.model.event.MessageChannelJoinEvent
- All Implemented Interfaces:
Event,Serializable
public class MessageChannelJoinEvent extends Object implements Event
https://api.slack.com/events/message/channel_join
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringSUBTYPE_NAMEstatic StringTYPE_NAME -
Constructor Summary
Constructors Constructor Description MessageChannelJoinEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetChannelType()StringgetEventTs()StringgetInviter()StringgetSubtype()StringgetTeam()StringgetText()StringgetTs()StringgetType()StringgetUser()inthashCode()voidsetChannel(String channel)voidsetChannelType(String channelType)voidsetEventTs(String eventTs)voidsetInviter(String inviter)voidsetTeam(String team)voidsetText(String text)voidsetTs(String ts)voidsetUser(String user)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
SUBTYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageChannelJoinEvent
public MessageChannelJoinEvent()
-
-
Method Details
-
getType
-
getSubtype
- Specified by:
getSubtypein interfaceEvent
-
getTeam
-
getUser
-
getInviter
-
getChannel
-
getChannelType
-
getText
-
getTs
-
getEventTs
-
setTeam
-
setUser
-
setInviter
-
setChannel
-
setChannelType
-
setText
-
setTs
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-