Package com.slack.api.model.event
Class AssistantThreadStartedEvent
java.lang.Object
com.slack.api.model.event.AssistantThreadStartedEvent
- All Implemented Interfaces:
Event,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetAssistantThread(AssistantThread assistantThread) voidsetEventTs(String eventTs) toString()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
-
AssistantThreadStartedEvent
public AssistantThreadStartedEvent()
-
-
Method Details