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