Package com.slack.api.model.event
Class FileCommentEditedEvent
java.lang.Object
com.slack.api.model.event.FileCommentEditedEvent
- All Implemented Interfaces:
Event,java.io.Serializable
@Deprecated public class FileCommentEditedEvent extends java.lang.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 classFileCommentEditedEvent.FileDeprecated.static classFileCommentEditedEvent.FileCommentDeprecated. -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE_NAMEDeprecated. -
Constructor Summary
Constructors Constructor Description FileCommentEditedEvent()Deprecated. -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.FileCommentEditedEvent.FileCommentgetComment()Deprecated.FileCommentEditedEvent.FilegetFile()Deprecated.java.lang.StringgetFileId()Deprecated.java.lang.StringgetType()Deprecated.inthashCode()Deprecated.voidsetComment(FileCommentEditedEvent.FileComment comment)Deprecated.voidsetFile(FileCommentEditedEvent.File file)Deprecated.voidsetFileId(java.lang.String fileId)Deprecated.java.lang.StringtoString()Deprecated.
-
Field Details
-
TYPE_NAME
public static final java.lang.String TYPE_NAMEDeprecated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
FileCommentEditedEvent
public FileCommentEditedEvent()Deprecated.
-
-
Method Details
-
getType
public java.lang.String getType()Deprecated. -
getComment
Deprecated. -
getFileId
public java.lang.String getFileId()Deprecated. -
getFile
Deprecated. -
setComment
Deprecated. -
setFileId
public void setFileId(java.lang.String fileId)Deprecated. -
setFile
Deprecated. -
equals
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)Deprecated. -
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-