Class WorkflowUnpublishedEvent

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

@Deprecated public class WorkflowUnpublishedEvent extends Object implements Event
Deprecated.
Use new custom steps: https://docs.slack.dev/workflows/workflow-steps
A workflow that contains a step supported by your app was unpublished

https://docs.slack.dev/reference/events/workflow_unpublished

See Also:
  • Field Details

  • Constructor Details

    • WorkflowUnpublishedEvent

      public WorkflowUnpublishedEvent()
      Deprecated.
  • Method Details

    • getType

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

      public String getWorkflowId()
      Deprecated.
    • getWorkflowDraftConfiguration

      public WorkflowDraftConfiguration getWorkflowDraftConfiguration()
      Deprecated.
    • getEventTs

      public String getEventTs()
      Deprecated.
    • setWorkflowId

      public void setWorkflowId(String workflowId)
      Deprecated.
    • setWorkflowDraftConfiguration

      public void setWorkflowDraftConfiguration(WorkflowDraftConfiguration workflowDraftConfiguration)
      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