Uses of Class
com.slack.api.model.workflow.AppStep
Packages that use AppStep
Package
Description
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 AppStepModifier and TypeMethodDescriptionWorkflowDraftConfiguration.getAppSteps()WorkflowPublishedConfiguration.getAppSteps()Method parameters in com.slack.api.model.workflow with type arguments of type AppStepModifier and TypeMethodDescriptionvoidWorkflowDraftConfiguration.setAppSteps(List<AppStep> appSteps) voidWorkflowPublishedConfiguration.setAppSteps(List<AppStep> appSteps)