Package com.slack.api.model.event
Class WorkflowStepExecuteEvent
java.lang.Object
com.slack.api.model.event.WorkflowStepExecuteEvent
- All Implemented Interfaces:
Event,Serializable
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 booleanbooleangetType()inthashCode()voidsetCallbackId(String callbackId) voidsetEventTs(String eventTs) voidsetWorkflowStep(WorkflowStepExecution workflowStep) 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
-
WorkflowStepExecuteEvent
public WorkflowStepExecuteEvent()
-
-
Method Details