Package com.slack.api.model.event
Class MessageChannelLeaveEvent
java.lang.Object
com.slack.api.model.event.MessageChannelLeaveEvent
- All Implemented Interfaces:
Event,Serializable
public class MessageChannelLeaveEvent extends Object implements Event
https://api.slack.com/events/message/channel_leave
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringSUBTYPE_NAMEstatic StringTYPE_NAME -
Constructor Summary
Constructors Constructor Description MessageChannelLeaveEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetChannelType()StringgetEventTs()StringgetSubtype()StringgetTeam()StringgetText()StringgetTs()StringgetType()StringgetUser()inthashCode()voidsetChannel(String channel)voidsetChannelType(String channelType)voidsetEventTs(String eventTs)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
-
MessageChannelLeaveEvent
public MessageChannelLeaveEvent()
-
-
Method Details
-
getType
-
getSubtype
- Specified by:
getSubtypein interfaceEvent
-
getTeam
-
getUser
-
getChannel
-
getChannelType
-
getText
-
getTs
-
getEventTs
-
setTeam
-
setUser
-
setChannel
-
setChannelType
-
setText
-
setTs
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-