Package com.slack.api.model.event
Class WorkflowStepExecuteEvent
java.lang.Object
com.slack.api.model.event.WorkflowStepExecuteEvent
- All Implemented Interfaces:
Event,Serializable
Deprecated.
Use new custom steps: https://api.slack.com/automation/functions/custom-bolt
A workflow step supported by your app should execute
https://api.slack.com/events/workflow_step_execute
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Deprecated.getType()Deprecated.Deprecated.inthashCode()Deprecated.voidsetCallbackId(String callbackId) Deprecated.voidsetEventTs(String eventTs) Deprecated.voidsetWorkflowStep(WorkflowStepExecution workflowStep) 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
-
WorkflowStepExecuteEvent
public WorkflowStepExecuteEvent()Deprecated.
-
-
Method Details
-
getType
Deprecated. -
getCallbackId
Deprecated. -
getWorkflowStep
Deprecated. -
getEventTs
Deprecated. -
setCallbackId
Deprecated. -
setWorkflowStep
Deprecated. -
setEventTs
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-