Class FileCommentDeletedEvent

java.lang.Object
com.slack.api.model.event.FileCommentDeletedEvent
All Implemented Interfaces:
Event, java.io.Serializable

@Deprecated
public class FileCommentDeletedEvent
extends java.lang.Object
implements Event
Deprecated.
The file_comment_deleted event is sent when a file comment is deleted. It is sent to all connected clients for users who can see the file. Clients can use this notification to update comments in real-time for open files.

The file property includes the file ID, as well as a top-level file_id. To obtain additional information about the file, use the files.info API method.

Unlike file_comment_added and file_comment_edited the comment property only contains the ID of the deleted comment, not the full comment object.

https://api.slack.com/events/file_comment_deleted

See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  FileCommentDeletedEvent.File
    Deprecated.
     
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String TYPE_NAME
    Deprecated.
     
  • Constructor Summary

    Constructors 
    Constructor Description
    FileCommentDeletedEvent()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)
    Deprecated.
     
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    java.lang.String getComment()
    Deprecated.
     
    FileCommentDeletedEvent.File getFile()
    Deprecated.
     
    java.lang.String getFileId()
    Deprecated.
     
    java.lang.String getType()
    Deprecated.
     
    int hashCode()
    Deprecated.
     
    void setComment​(java.lang.String comment)
    Deprecated.
     
    void setFile​(FileCommentDeletedEvent.File file)
    Deprecated.
     
    void setFileId​(java.lang.String fileId)
    Deprecated.
     
    java.lang.String toString()
    Deprecated.
     

    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 Details

  • Constructor Details

  • Method Details

    • getType

      public java.lang.String getType()
      Deprecated.
      Specified by:
      getType in interface Event
    • getComment

      public java.lang.String getComment()
      Deprecated.
    • getFileId

      public java.lang.String getFileId()
      Deprecated.
    • getFile

      public FileCommentDeletedEvent.File getFile()
      Deprecated.
    • setComment

      public void setComment​(java.lang.String comment)
      Deprecated.
    • setFileId

      public void setFileId​(java.lang.String fileId)
      Deprecated.
    • setFile

      public void setFile​(FileCommentDeletedEvent.File file)
      Deprecated.
    • equals

      public boolean equals​(java.lang.Object o)
      Deprecated.
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class java.lang.Object