Class WorkflowsUpdateStepRequest
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsUpdateStepRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/legacy/legacy-steps-from-apps
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanA JSON key-value map of inputs required from a user during configuration.A JSON array of output objects used during step execution.An optional field that can be used to override app image that is shown in the Workflow Builder.An optional field that can be used to override the step name that is shown in the Workflow Builder.getToken()Authentication token bearing required scopes.A context identifier provided with view_submission payloads used to call back to workflows.updateStep.inthashCode()voidsetInputs(Map<String, WorkflowStepInput> inputs) A JSON key-value map of inputs required from a user during configuration.voidsetInputsAsString(String inputsAsString) voidsetOutputs(List<WorkflowStepOutput> outputs) A JSON array of output objects used during step execution.voidsetOutputsAsString(String outputsAsString) voidsetStepImageUrl(String stepImageUrl) An optional field that can be used to override app image that is shown in the Workflow Builder.voidsetStepName(String stepName) An optional field that can be used to override the step name that is shown in the Workflow Builder.voidAuthentication token bearing required scopes.voidsetWorkflowStepEditId(String workflowStepEditId) A context identifier provided with view_submission payloads used to call back to workflows.updateStep.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getWorkflowStepEditId
A context identifier provided with view_submission payloads used to call back to workflows.updateStep. -
getInputs
A JSON key-value map of inputs required from a user during configuration. This is the data your app expects to receive when the workflow step starts. Please note: the embedded variable format is set and replaced by the workflow system. You cannot create custom variables that will be replaced at runtime. -
getInputsAsString
-
getOutputs
A JSON array of output objects used during step execution. This is the data your app agrees to provide when your workflow step was executed. -
getOutputsAsString
-
getStepImageUrl
An optional field that can be used to override app image that is shown in the Workflow Builder. -
getStepName
An optional field that can be used to override the step name that is shown in the Workflow Builder. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setWorkflowStepEditId
A context identifier provided with view_submission payloads used to call back to workflows.updateStep. -
setInputs
A JSON key-value map of inputs required from a user during configuration. This is the data your app expects to receive when the workflow step starts. Please note: the embedded variable format is set and replaced by the workflow system. You cannot create custom variables that will be replaced at runtime. -
setInputsAsString
-
setOutputs
A JSON array of output objects used during step execution. This is the data your app agrees to provide when your workflow step was executed. -
setOutputsAsString
-
setStepImageUrl
An optional field that can be used to override app image that is shown in the Workflow Builder. -
setStepName
An optional field that can be used to override the step name that is shown in the Workflow Builder. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-