Uses of Class
com.slack.api.model.workflow.WorkflowStepInput
-
Packages that use WorkflowStepInput Package Description com.slack.api.model.workflow The classes representing the Slack core objects in Workflows. -
-
Uses of WorkflowStepInput in com.slack.api.model.workflow
Methods in com.slack.api.model.workflow that return WorkflowStepInput Modifier and Type Method Description WorkflowStepInputWorkflowStepInput.WorkflowStepInputBuilder. build()static WorkflowStepInputWorkflowSteps. stepInput(ModelConfigurator<WorkflowStepInput.WorkflowStepInputBuilder> configurator)Methods in com.slack.api.model.workflow that return types with arguments of type WorkflowStepInput Modifier and Type Method Description Map<String,WorkflowStepInput>WorkflowStepExecution. getInputs()Method parameters in com.slack.api.model.workflow with type arguments of type WorkflowStepInput Modifier and Type Method Description voidWorkflowStepExecution. setInputs(Map<String,WorkflowStepInput> inputs)
-