Package com.slack.api.model.event
Class WorkflowPublishedEvent
- java.lang.Object
-
- com.slack.api.model.event.WorkflowPublishedEvent
-
- All Implemented Interfaces:
Event,Serializable
public class WorkflowPublishedEvent extends Object implements Event
A workflow that contains a step supported by your app was publishedhttps://api.slack.com/events/workflow_published
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowPublishedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEventTs()StringgetType()StringgetWorkflowId()WorkflowPublishedConfigurationgetWorkflowPublishedConfiguration()inthashCode()voidsetEventTs(String eventTs)voidsetWorkflowId(String workflowId)voidsetWorkflowPublishedConfiguration(WorkflowPublishedConfiguration workflowPublishedConfiguration)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
-
getWorkflowId
public String getWorkflowId()
-
getWorkflowPublishedConfiguration
public WorkflowPublishedConfiguration getWorkflowPublishedConfiguration()
-
getEventTs
public String getEventTs()
-
setWorkflowId
public void setWorkflowId(String workflowId)
-
setWorkflowPublishedConfiguration
public void setWorkflowPublishedConfiguration(WorkflowPublishedConfiguration workflowPublishedConfiguration)
-
setEventTs
public void setEventTs(String eventTs)
-
canEqual
protected boolean canEqual(Object other)
-
-