Package com.slack.api.model.event
Class FileDeletedEvent
java.lang.Object
com.slack.api.model.event.FileDeletedEvent
- All Implemented Interfaces:
Event,Serializable
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://docs.slack.dev/reference/events/file_deleted
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetChannelIds(List<String> channelIds) voidsetEventTs(String eventTs) voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
FileDeletedEvent
public FileDeletedEvent()
-
-
Method Details