@Deprecated public class FileCommentDeletedEvent 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.
Unlike file_comment_added and file_comment_edited the comment property only contains the ID of the deleted comment, not the full comment object.
https://api.slack.com/events/file_comment_deleted
| Modifier and Type | Class and Description |
|---|---|
static class |
FileCommentDeletedEvent.File
Deprecated.
|
| Constructor and Description |
|---|
FileCommentDeletedEvent()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getComment()
Deprecated.
|
FileCommentDeletedEvent.File |
getFile()
Deprecated.
|
String |
getFileId()
Deprecated.
|
String |
getType()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setComment(String comment)
Deprecated.
|
void |
setFile(FileCommentDeletedEvent.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 String getComment()
public String getFileId()
public FileCommentDeletedEvent.File getFile()
public void setComment(String comment)
public void setFileId(String fileId)
public void setFile(FileCommentDeletedEvent.File file)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.