Package com.slack.api.model.event
Class ImHistoryChangedEvent
- java.lang.Object
-
- com.slack.api.model.event.ImHistoryChangedEvent
-
- All Implemented Interfaces:
Event,Serializable
public class ImHistoryChangedEvent extends Object implements Event
A im_history_changed event is sent to all clients in a DM channel When bulk changes have occurred to that DM channel's history. When clients receive this message they should reload chat history for the channel if they have any cached messages before latest.These bulk changes may be the result of data importation or bulk action taken by an administrator.
https://api.slack.com/events/im_history_changed
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImHistoryChangedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEventTs()StringgetLatest()StringgetTs()StringgetType()inthashCode()voidsetEventTs(String eventTs)voidsetLatest(String latest)voidsetTs(String ts)StringtoString()-
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
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLatest
public String getLatest()
-
getTs
public String getTs()
-
getEventTs
public String getEventTs()
-
setLatest
public void setLatest(String latest)
-
setTs
public void setTs(String ts)
-
setEventTs
public void setEventTs(String eventTs)
-
canEqual
protected boolean canEqual(Object other)
-
-