Package com.slack.api.model.workflow
Class WorkflowStepOutput
java.lang.Object
com.slack.api.model.workflow.WorkflowStepOutput
{
"name":"ticket_id",
"type":"text",
"label":"Ticket ID"
}
https://api.slack.com/reference/workflows/workflow_step#output
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetLabel()Label of this input field displayed to the user.getName()Developer defined name that will be used as reference during execution.getType()Type of the expected input.inthashCode()voidLabel of this input field displayed to the user.voidDeveloper defined name that will be used as reference during execution.voidType of the expected input.toString()
-
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
-