Class WorkflowStepOutput


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

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

    • Constructor Detail

      • WorkflowStepOutput

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

        public WorkflowStepOutput()
    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object