public class FileDeletedEvent extends Object implements Event
https://api.slack.com/events/file_deleted
| Constructor and Description |
|---|
FileDeletedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getChannelIds() |
String |
getEventTs() |
String |
getFileId() |
String |
getType() |
int |
hashCode() |
void |
setChannelIds(List<String> channelIds) |
void |
setEventTs(String eventTs) |
void |
setFileId(String fileId) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
Copyright © 2020. All rights reserved.