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 executehttps://api.slack.com/events/workflow_step_execute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowStepExecuteEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCallbackId
public String getCallbackId()
-
getWorkflowStep
public WorkflowStepExecution getWorkflowStep()
-
getEventTs
public String getEventTs()
-
setCallbackId
public void setCallbackId(String callbackId)
-
setWorkflowStep
public void setWorkflowStep(WorkflowStepExecution workflowStep)
-
setEventTs
public void setEventTs(String eventTs)
-
canEqual
protected boolean canEqual(Object other)
-
-