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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FileDeletedEvent() -
Method Summary
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()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FileDeletedEvent
public FileDeletedEvent()
-
-
Method Details
-
getType
-
getFileId
-
getChannelIds
-
getEventTs
-
setFileId
-
setChannelIds
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-