Package com.slack.api.model.event
Class FileCommentAddedEvent
- java.lang.Object
-
- com.slack.api.model.event.FileCommentAddedEvent
-
- All Implemented Interfaces:
Event
,Serializable
@Deprecated public class FileCommentAddedEvent extends Object implements Event
Deprecated.The file_comment_added event is sent when a comment is added to file. It is sent to all connected clients for users who can see the file. Clients can use this notification to show 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_added
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileCommentAddedEvent.File
Deprecated.static class
FileCommentAddedEvent.FileComment
Deprecated.
-
Constructor Summary
Constructors Constructor Description FileCommentAddedEvent()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.FileCommentAddedEvent.FileComment
getComment()
Deprecated.FileCommentAddedEvent.File
getFile()
Deprecated.String
getFileId()
Deprecated.String
getType()
Deprecated.int
hashCode()
Deprecated.void
setComment(FileCommentAddedEvent.FileComment comment)
Deprecated.void
setFile(FileCommentAddedEvent.File file)
Deprecated.void
setFileId(String fileId)
Deprecated.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 Detail
-
TYPE_NAME
public static final String TYPE_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getComment
public FileCommentAddedEvent.FileComment getComment()
Deprecated.
-
getFileId
public String getFileId()
Deprecated.
-
getFile
public FileCommentAddedEvent.File getFile()
Deprecated.
-
setComment
public void setComment(FileCommentAddedEvent.FileComment comment)
Deprecated.
-
setFileId
public void setFileId(String fileId)
Deprecated.
-
setFile
public void setFile(FileCommentAddedEvent.File file)
Deprecated.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-