Uses of Class
com.slack.api.model.admin.AppWorkflow.StepInput
-
Packages that use AppWorkflow.StepInput Package Description com.slack.api.model.admin The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of AppWorkflow.StepInput in com.slack.api.model.admin
Methods in com.slack.api.model.admin that return types with arguments of type AppWorkflow.StepInput Modifier and Type Method Description Map<String,AppWorkflow.StepInput>AppWorkflow.Step. getInputs()Method parameters in com.slack.api.model.admin with type arguments of type AppWorkflow.StepInput Modifier and Type Method Description voidAppWorkflow.Step. setInputs(Map<String,AppWorkflow.StepInput> inputs)
-