Package com.slack.api.model.event
Class WorkflowUnpublishedEvent
java.lang.Object
com.slack.api.model.event.WorkflowUnpublishedEvent
- All Implemented Interfaces:
Event,Serializable
Deprecated.
Use new custom steps: https://api.slack.com/automation/functions/custom-bolt
A workflow that contains a step supported by your app was unpublished
https://api.slack.com/events/workflow_unpublished
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.getType()Deprecated.Deprecated.Deprecated.inthashCode()Deprecated.voidsetEventTs(String eventTs) Deprecated.voidsetWorkflowDraftConfiguration(WorkflowDraftConfiguration workflowDraftConfiguration) Deprecated.voidsetWorkflowId(String workflowId) Deprecated.toString()Deprecated.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
Deprecated.- See Also:
-
-
Constructor Details
-
WorkflowUnpublishedEvent
public WorkflowUnpublishedEvent()Deprecated.
-
-
Method Details
-
getType
Deprecated. -
getWorkflowId
Deprecated. -
getWorkflowDraftConfiguration
Deprecated. -
getEventTs
Deprecated. -
setWorkflowId
Deprecated. -
setWorkflowDraftConfiguration
Deprecated. -
setEventTs
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-