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 Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowStepOutput
build()
WorkflowStepOutput.WorkflowStepOutputBuilder
label(String label)
Label of this input field displayed to the user.WorkflowStepOutput.WorkflowStepOutputBuilder
name(String name)
Developer defined name that will be used as reference during execution.String
toString()
WorkflowStepOutput.WorkflowStepOutputBuilder
type(String type)
Type of the expected input.
-
-
-
Method Detail
-
name
public WorkflowStepOutput.WorkflowStepOutputBuilder name(String name)
Developer defined name that will be used as reference during execution.- Returns:
this
.
-
type
public WorkflowStepOutput.WorkflowStepOutputBuilder type(String type)
Type of the expected input. Can be text, channel or user.- Returns:
this
.
-
label
public WorkflowStepOutput.WorkflowStepOutputBuilder label(String label)
Label of this input field displayed to the user.- Returns:
this
.
-
build
public WorkflowStepOutput build()
-
-