public class FileChangeEvent 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_change
| Modifier and Type | Class and Description |
|---|---|
static class |
FileChangeEvent.File |
| Constructor and Description |
|---|
FileChangeEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
FileChangeEvent.File |
getFile() |
String |
getFileId() |
String |
getType() |
int |
hashCode() |
void |
setFile(FileChangeEvent.File file) |
void |
setFileId(String fileId) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getFileId()
public FileChangeEvent.File getFile()
public void setFileId(String fileId)
public void setFile(FileChangeEvent.File file)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.