Package com.slack.api.model.event
Class WorkflowStepExecuteEvent
java.lang.Object
com.slack.api.model.event.WorkflowStepExecuteEvent
- All Implemented Interfaces:
Event,Serializable
public class WorkflowStepExecuteEvent extends Object implements Event
A workflow step supported by your app should execute
https://api.slack.com/events/workflow_step_execute
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WorkflowStepExecuteEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCallbackId()StringgetEventTs()StringgetType()WorkflowStepExecutiongetWorkflowStep()inthashCode()voidsetCallbackId(String callbackId)voidsetEventTs(String eventTs)voidsetWorkflowStep(WorkflowStepExecution workflowStep)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
WorkflowStepExecuteEvent
public WorkflowStepExecuteEvent()
-
-
Method Details
-
getType
-
getCallbackId
-
getWorkflowStep
-
getEventTs
-
setCallbackId
-
setWorkflowStep
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-