Package com.slack.api.model.workflow
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowStepOutput.WorkflowStepOutputBuilder -
Constructor Summary
Constructors Constructor Description WorkflowStepOutput()WorkflowStepOutput(String name, String type, String label) -
Method Summary
Modifier and Type Method Description static WorkflowStepOutput.WorkflowStepOutputBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetLabel()Label of this input field displayed to the user.StringgetName()Developer defined name that will be used as reference during execution.StringgetType()Type of the expected input.inthashCode()voidsetLabel(String label)Label of this input field displayed to the user.voidsetName(String name)Developer defined name that will be used as reference during execution.voidsetType(String type)Type of the expected input.StringtoString()
-
Constructor Details
-
WorkflowStepOutput
-
WorkflowStepOutput
public WorkflowStepOutput()
-
-
Method Details
-
builder
-
getName
Developer defined name that will be used as reference during execution. -
getType
Type of the expected input. Can be text, channel or user. -
getLabel
Label of this input field displayed to the user. -
setName
Developer defined name that will be used as reference during execution. -
setType
Type of the expected input. Can be text, channel or user. -
setLabel
Label of this input field displayed to the user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-