Package com.slack.api.model.event
Class ImCloseEvent
java.lang.Object
com.slack.api.model.event.ImCloseEvent
- All Implemented Interfaces:
Event,Serializable
public class ImCloseEvent extends Object implements Event
The im_close event is sent to all connections for a user when a direct message channel is closed by that user.
https://api.slack.com/events/im_close
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ImCloseEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetEventTs()StringgetType()StringgetUser()inthashCode()voidsetChannel(String channel)voidsetEventTs(String eventTs)voidsetUser(String user)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ImCloseEvent
public ImCloseEvent()
-
-
Method Details
-
getType
-
getUser
-
getChannel
-
getEventTs
-
setUser
-
setChannel
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-