Class 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 Detail

      • FileDeletedEvent

        public FileDeletedEvent()
    • Method Detail

      • getFileId

        public String getFileId()
      • getChannelIds

        public List<String> getChannelIds()
      • getEventTs

        public String getEventTs()
      • setFileId

        public void setFileId​(String fileId)
      • setChannelIds

        public void setChannelIds​(List<String> channelIds)
      • setEventTs

        public void setEventTs​(String eventTs)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object