Package com.slack.api.model.event
Class StarRemovedEvent
java.lang.Object
com.slack.api.model.event.StarRemovedEvent
- All Implemented Interfaces:
Event,Serializable
- 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(StarRemovedEvent.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
-
StarRemovedEvent
public StarRemovedEvent()
-
-
Method Details