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 published
https://api.slack.com/events/workflow_published
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WorkflowPublishedEvent() -
Method Summary
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()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
WorkflowPublishedEvent
public WorkflowPublishedEvent()
-
-
Method Details
-
getType
-
getWorkflowId
-
getWorkflowPublishedConfiguration
-
getEventTs
-
setWorkflowId
-
setWorkflowPublishedConfiguration
public void setWorkflowPublishedConfiguration(WorkflowPublishedConfiguration workflowPublishedConfiguration) -
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-