Package com.slack.api.model.event
Class FileUnsharedEvent
java.lang.Object
com.slack.api.model.event.FileUnsharedEvent
- All Implemented Interfaces:
Event,Serializable
The file_unshared event is sent when a file is unshared.
It is sent to all connected clients for all users that had 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 unshared file, use the files.info API method.
https://docs.slack.dev/reference/events/file_unshared
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetFile()getType()inthashCode()voidsetChannelId(String channelId) voidsetEventTs(String eventTs) voidvoidvoidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
FileUnsharedEvent
public FileUnsharedEvent()
-
-
Method Details
-
getType
-
getFileId
-
getFile
-
getChannelId
-
getUserId
-
getEventTs
-
setFileId
-
setChannelId
-
setUserId
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-