Class WorkflowUnpublishedHandler
java.lang.Object
com.slack.api.app_backend.events.EventHandler<WorkflowPublishedPayload>
com.slack.api.app_backend.events.handler.WorkflowUnpublishedHandler
@Deprecated
public abstract class WorkflowUnpublishedHandler
extends EventHandler<WorkflowPublishedPayload>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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
-
WorkflowUnpublishedHandler
public WorkflowUnpublishedHandler()Deprecated.
-
-
Method Details
-
getEventType
Deprecated.Description copied from class:EventHandlerReturns the type value of the event (e.g., MessageEvent.TYPE_NAME)- Specified by:
getEventTypein classEventHandler<WorkflowPublishedPayload>
-