Class DndUpdatedHandler
java.lang.Object
com.slack.api.app_backend.events.EventHandler<DndUpdatedPayload>
com.slack.api.app_backend.events.handler.DndUpdatedHandler
public abstract class DndUpdatedHandler extends EventHandler<DndUpdatedPayload>
-
Constructor Summary
Constructors Constructor Description DndUpdatedHandler() -
Method Summary
Modifier and Type Method Description StringgetEventType()Returns the type value of the event (e.g., MessageEvent.TYPE_NAME)Methods inherited from class com.slack.api.app_backend.events.EventHandler
acceptUntypedObject, getEventPayloadClass, getEventSubtype, handle
-
Constructor Details
-
DndUpdatedHandler
public DndUpdatedHandler()
-
-
Method Details
-
getEventType
Description copied from class:EventHandlerReturns the type value of the event (e.g., MessageEvent.TYPE_NAME)- Specified by:
getEventTypein classEventHandler<DndUpdatedPayload>
-