Package com.slack.api.model.event
Class FileSharedEvent
java.lang.Object
com.slack.api.model.event.FileSharedEvent
- All Implemented Interfaces:
Event,Serializable
public class FileSharedEvent extends Object implements Event
The file_shared event is sent when a file is shared.
It is sent to all connected clients for all users that have permission to see the file.
The file property includes the file ID, as well as a top-level file_id.
To obtain additional information about the file, use the files.info API method.
https://api.slack.com/events/file_shared
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileSharedEvent.File -
Field Summary
-
Constructor Summary
Constructors Constructor Description FileSharedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()StringgetEventTs()FileSharedEvent.FilegetFile()StringgetFileId()StringgetType()StringgetUserId()inthashCode()voidsetChannelId(String channelId)voidsetEventTs(String eventTs)voidsetFile(FileSharedEvent.File file)voidsetFileId(String fileId)voidsetUserId(String userId)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
FileSharedEvent
public FileSharedEvent()
-
-
Method Details
-
getType
-
getFileId
-
getFile
-
getChannelId
-
getUserId
-
getEventTs
-
setFileId
-
setFile
-
setChannelId
-
setUserId
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-