public class FileSharedEvent extends Object implements Event
https://api.slack.com/events/file_shared
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSharedEvent.File |
| Constructor and Description |
|---|
FileSharedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
FileSharedEvent.File |
getFile() |
String |
getFileId() |
String |
getType() |
int |
hashCode() |
void |
setFile(FileSharedEvent.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 FileSharedEvent.File getFile()
public void setFileId(String fileId)
public void setFile(FileSharedEvent.File file)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.