Package com.slack.api.model.event
Class GoodbyeEvent
- java.lang.Object
-
- com.slack.api.model.event.GoodbyeEvent
-
- All Implemented Interfaces:
Event,Serializable
public class GoodbyeEvent extends Object implements Event
The file_unshared event is sent when a file is unshared. It is sent to all connected clients for all users that had permission to see the file. The file property includes the file ID, as well as a top-level file_id. To obtain additional information about the unshared file, use the files.info API method.https://api.slack.com/events/goodbye
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoodbyeEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetType()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-