@Deprecated public class FileCommentEditedEvent extends Object implements Event
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
Modifier and Type | Class and Description |
---|---|
static class |
FileCommentEditedEvent.File
Deprecated.
|
static class |
FileCommentEditedEvent.FileComment
Deprecated.
|
Constructor and Description |
---|
FileCommentEditedEvent()
Deprecated.
|
Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
public FileCommentEditedEvent.FileComment getComment()
public String getFileId()
public FileCommentEditedEvent.File getFile()
public void setComment(FileCommentEditedEvent.FileComment comment)
public void setFileId(String fileId)
public void setFile(FileCommentEditedEvent.File file)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.