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:
  • Field Details

  • Constructor Details

    • FileDeletedEvent

      public FileDeletedEvent()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface Event
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object