Class FileChangeEvent

java.lang.Object
com.slack.api.model.event.FileChangeEvent
All Implemented Interfaces:
Event, java.io.Serializable

public class FileChangeEvent
extends java.lang.Object
implements Event
The file_change event is sent when any property of a file is changed. 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_change

See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  FileChangeEvent.File  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String TYPE_NAME  
  • Constructor Summary

    Constructors 
    Constructor Description
    FileChangeEvent()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    FileChangeEvent.File getFile()  
    java.lang.String getFileId()  
    java.lang.String getType()  
    int hashCode()  
    void setFile​(FileChangeEvent.File file)  
    void setFileId​(java.lang.String fileId)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.slack.api.model.event.Event

    getSubtype