Package com.slack.api.model.event
Class StarRemovedEvent
java.lang.Object
com.slack.api.model.event.StarRemovedEvent
- All Implemented Interfaces:
Event,Serializable
public class StarRemovedEvent extends Object implements Event
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStarRemovedEvent.Editedstatic classStarRemovedEvent.Itemstatic classStarRemovedEvent.Message -
Field Summary
-
Constructor Summary
Constructors Constructor Description StarRemovedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEventTs()StarRemovedEvent.ItemgetItem()StringgetType()StringgetUser()inthashCode()voidsetEventTs(String eventTs)voidsetItem(StarRemovedEvent.Item item)voidsetUser(String user)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
StarRemovedEvent
public StarRemovedEvent()
-
-
Method Details