public class FileUnsharedEvent extends Object implements Event
https://api.slack.com/events/file_unshared
Modifier and Type | Class and Description |
---|---|
static class |
FileUnsharedEvent.File |
Constructor and Description |
---|
FileUnsharedEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannelId() |
String |
getEventTs() |
FileUnsharedEvent.File |
getFile() |
String |
getFileId() |
String |
getType() |
String |
getUserId() |
int |
hashCode() |
void |
setChannelId(String channelId) |
void |
setEventTs(String eventTs) |
void |
setFile(FileUnsharedEvent.File file) |
void |
setFileId(String fileId) |
void |
setUserId(String userId) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
public String getFileId()
public FileUnsharedEvent.File getFile()
public String getChannelId()
public String getUserId()
public String getEventTs()
public void setFileId(String fileId)
public void setFile(FileUnsharedEvent.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.