Package com.slack.api.model.event
Class FileCommentEditedEvent
java.lang.Object
com.slack.api.model.event.FileCommentEditedEvent
- All Implemented Interfaces:
Event
,Serializable
@Deprecated public class FileCommentEditedEvent extends Object implements Event
Deprecated.
The file_comment_edited event is sent when a file comment is edited.
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.
https://api.slack.com/events/file_comment_edited
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileCommentEditedEvent.File
Deprecated.static class
FileCommentEditedEvent.FileComment
Deprecated. -
Field Summary
-
Constructor Summary
Constructors Constructor Description FileCommentEditedEvent()
Deprecated. -
Method Summary
Modifier and Type Method Description protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.FileCommentEditedEvent.FileComment
getComment()
Deprecated.FileCommentEditedEvent.File
getFile()
Deprecated.String
getFileId()
Deprecated.String
getType()
Deprecated.int
hashCode()
Deprecated.void
setComment(FileCommentEditedEvent.FileComment comment)
Deprecated.void
setFile(FileCommentEditedEvent.File file)
Deprecated.void
setFileId(String fileId)
Deprecated.String
toString()
Deprecated.
-
Field Details
-
TYPE_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
FileCommentEditedEvent
public FileCommentEditedEvent()Deprecated.
-
-
Method Details