Package com.slack.api.model.event
Class WorkflowUnpublishedEvent
java.lang.Object
com.slack.api.model.event.WorkflowUnpublishedEvent
- All Implemented Interfaces:
Event,Serializable
public class WorkflowUnpublishedEvent extends Object implements Event
A workflow that contains a step supported by your app was unpublished
https://api.slack.com/events/workflow_unpublished
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WorkflowUnpublishedEvent() -
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
-
WorkflowUnpublishedEvent
public WorkflowUnpublishedEvent()
-
-
Method Details