Class WorkflowStepDeletedEvent

java.lang.Object
com.slack.api.model.event.WorkflowStepDeletedEvent
All Implemented Interfaces:
Event, Serializable

@Deprecated public class WorkflowStepDeletedEvent extends Object implements Event
Deprecated.
Use new custom steps: https://api.slack.com/automation/functions/custom-bolt
A workflow step supported by your app was removed from a workflow

https://api.slack.com/events/workflow_step_deleted

See Also:
  • Field Details

  • Constructor Details

    • WorkflowStepDeletedEvent

      public WorkflowStepDeletedEvent()
      Deprecated.
  • Method Details

    • getType

      public String getType()
      Deprecated.
      Specified by:
      getType in interface Event
    • getWorkflowId

      public String getWorkflowId()
      Deprecated.
    • getWorkflowDraftConfiguration

      public WorkflowDraftConfiguration getWorkflowDraftConfiguration()
      Deprecated.
    • getWorkflowPublishedConfiguration

      public WorkflowPublishedConfiguration getWorkflowPublishedConfiguration()
      Deprecated.
    • getEventTs

      public String getEventTs()
      Deprecated.
    • setWorkflowId

      public void setWorkflowId(String workflowId)
      Deprecated.
    • setWorkflowDraftConfiguration

      public void setWorkflowDraftConfiguration(WorkflowDraftConfiguration workflowDraftConfiguration)
      Deprecated.
    • setWorkflowPublishedConfiguration

      public void setWorkflowPublishedConfiguration(WorkflowPublishedConfiguration workflowPublishedConfiguration)
      Deprecated.
    • setEventTs

      public void setEventTs(String eventTs)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object