Package com.slack.api.model.event
Class FileDeletedEvent
- java.lang.Object
-
- com.slack.api.model.event.FileDeletedEvent
-
- All Implemented Interfaces:
Event,Serializable
public class FileDeletedEvent extends Object implements Event
The file_deleted event is sent to all connected clients for a workspace when a file is deleted. Unlike most file events, the file property contains a file ID and not a full file object.https://api.slack.com/events/file_deleted
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileDeletedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getChannelIds()StringgetEventTs()StringgetFileId()StringgetType()inthashCode()voidsetChannelIds(List<String> channelIds)voidsetEventTs(String eventTs)voidsetFileId(String fileId)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
-
-