Uses of Class
com.slack.api.model.workflow.AppStep
-
Packages that use AppStep Package Description com.slack.api.model.workflow The classes representing the Slack core objects in Workflows. -
-
Uses of AppStep in com.slack.api.model.workflow
Methods in com.slack.api.model.workflow that return types with arguments of type AppStep Modifier and Type Method Description List<AppStep>WorkflowDraftConfiguration. getAppSteps()List<AppStep>WorkflowPublishedConfiguration. getAppSteps()Method parameters in com.slack.api.model.workflow with type arguments of type AppStep Modifier and Type Method Description voidWorkflowDraftConfiguration. setAppSteps(List<AppStep> appSteps)voidWorkflowPublishedConfiguration. setAppSteps(List<AppStep> appSteps)
-