Class WorkflowStepOutput

java.lang.Object
com.slack.api.model.workflow.WorkflowStepOutput

public class WorkflowStepOutput extends Object
 {
        "name":"ticket_id",
        "type":"text",
        "label":"Ticket ID"
 }
 

https://api.slack.com/reference/workflows/workflow_step#output

  • Constructor Details

    • WorkflowStepOutput

      public WorkflowStepOutput(String name, String type, String label)
    • WorkflowStepOutput

      public WorkflowStepOutput()
  • Method Details

    • builder

    • getName

      public String getName()
      Developer defined name that will be used as reference during execution.
    • getType

      public String getType()
      Type of the expected input. Can be text, channel or user.
    • getLabel

      public String getLabel()
      Label of this input field displayed to the user.
    • setName

      public void setName(String name)
      Developer defined name that will be used as reference during execution.
    • setType

      public void setType(String type)
      Type of the expected input. Can be text, channel or user.
    • setLabel

      public void setLabel(String label)
      Label of this input field displayed to the user.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object