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) |
String |
getChannelId() |
String |
getEventTs() |
FileSharedEvent.File |
getFile() |
String |
getFileId() |
String |
getType() |
String |
getUserId() |
int |
hashCode() |
void |
setChannelId(String channelId) |
void |
setEventTs(String eventTs) |
void |
setFile(FileSharedEvent.File file) |
void |
setFileId(String fileId) |
void |
setUserId(String userId) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getFileId()
public FileSharedEvent.File getFile()
public String getChannelId()
public String getUserId()
public String getEventTs()
public void setFileId(String fileId)
public void setFile(FileSharedEvent.File file)
public void setChannelId(String channelId)
public void setUserId(String userId)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.