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