Package com.slack.api.model.event
Class WorkflowDeletedEvent
java.lang.Object
com.slack.api.model.event.WorkflowDeletedEvent
- All Implemented Interfaces:
Event,Serializable
public class WorkflowDeletedEvent extends Object implements Event
A workflow that contains a step supported by your app was deleted
https://api.slack.com/events/workflow_deleted
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WorkflowDeletedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEventTs()StringgetType()WorkflowDraftConfigurationgetWorkflowDraftConfiguration()StringgetWorkflowId()inthashCode()voidsetEventTs(String eventTs)voidsetWorkflowDraftConfiguration(WorkflowDraftConfiguration workflowDraftConfiguration)voidsetWorkflowId(String workflowId)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
WorkflowDeletedEvent
public WorkflowDeletedEvent()
-
-
Method Details