Uses of Class
com.slack.api.model.workflow.WorkflowPublishedConfiguration
-
Packages that use WorkflowPublishedConfiguration Package Description com.slack.api.model.event The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of WorkflowPublishedConfiguration in com.slack.api.model.event
Methods in com.slack.api.model.event that return WorkflowPublishedConfiguration Modifier and Type Method Description WorkflowPublishedConfigurationWorkflowPublishedEvent. getWorkflowPublishedConfiguration()WorkflowPublishedConfigurationWorkflowStepDeletedEvent. getWorkflowPublishedConfiguration()Methods in com.slack.api.model.event with parameters of type WorkflowPublishedConfiguration Modifier and Type Method Description voidWorkflowPublishedEvent. setWorkflowPublishedConfiguration(WorkflowPublishedConfiguration workflowPublishedConfiguration)voidWorkflowStepDeletedEvent. setWorkflowPublishedConfiguration(WorkflowPublishedConfiguration workflowPublishedConfiguration)
-