Package com.slack.api.model.workflow
Class WorkflowStepOutput.WorkflowStepOutputBuilder
java.lang.Object
com.slack.api.model.workflow.WorkflowStepOutput.WorkflowStepOutputBuilder
- Enclosing class:
- WorkflowStepOutput
public static class WorkflowStepOutput.WorkflowStepOutputBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description WorkflowStepOutputbuild()WorkflowStepOutput.WorkflowStepOutputBuilderlabel(java.lang.String label)Label of this input field displayed to the user.WorkflowStepOutput.WorkflowStepOutputBuildername(java.lang.String name)Developer defined name that will be used as reference during execution.java.lang.StringtoString()WorkflowStepOutput.WorkflowStepOutputBuildertype(java.lang.String type)Type of the expected input.
-
Method Details
-
name
Developer defined name that will be used as reference during execution.- Returns:
this.
-
type
Type of the expected input. Can be text, channel or user.- Returns:
this.
-
label
Label of this input field displayed to the user.- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-