Package com.slack.api.model.event
Class FileCommentDeletedEvent
- java.lang.Object
-
- com.slack.api.model.event.FileCommentDeletedEvent
-
- All Implemented Interfaces:
Event,Serializable
@Deprecated public class FileCommentDeletedEvent extends 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 classFileCommentDeletedEvent.FileDeprecated.
-
Constructor Summary
Constructors Constructor Description FileCommentDeletedEvent()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetComment()Deprecated.FileCommentDeletedEvent.FilegetFile()Deprecated.StringgetFileId()Deprecated.StringgetType()Deprecated.inthashCode()Deprecated.voidsetComment(String comment)Deprecated.voidsetFile(FileCommentDeletedEvent.File file)Deprecated.voidsetFileId(String fileId)Deprecated.StringtoString()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 Detail
-
TYPE_NAME
public static final String TYPE_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getComment
public String getComment()
Deprecated.
-
getFileId
public String getFileId()
Deprecated.
-
getFile
public FileCommentDeletedEvent.File getFile()
Deprecated.
-
setComment
public void setComment(String comment)
Deprecated.
-
setFileId
public void setFileId(String fileId)
Deprecated.
-
setFile
public void setFile(FileCommentDeletedEvent.File file)
Deprecated.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-