Uses of Class
com.slack.api.model.admin.AppWorkflow.Step
-
Packages that use AppWorkflow.Step 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.Step in com.slack.api.model.admin
Methods in com.slack.api.model.admin that return types with arguments of type AppWorkflow.Step Modifier and Type Method Description List<AppWorkflow.Step>AppWorkflow. getSteps()Method parameters in com.slack.api.model.admin with type arguments of type AppWorkflow.Step Modifier and Type Method Description voidAppWorkflow. setSteps(List<AppWorkflow.Step> steps)
-