Package com.slack.api.model.event
Class StarAddedEvent
java.lang.Object
com.slack.api.model.event.StarAddedEvent
- All Implemented Interfaces:
Event,Serializable
When an item is starred, the star_added event is sent to all connected clients for the authenticated user who starred the item.
See the stars.list method for details of the structure of the item property.
https://api.slack.com/events/star_added
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetItem()getType()getUser()inthashCode()voidsetEventTs(String eventTs) voidsetItem(StarAddedEvent.Item item) voidtoString()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
-
StarAddedEvent
public StarAddedEvent()
-
-
Method Details