Uses of Class
com.slack.api.model.block.composition.WorkflowObject
Packages that use WorkflowObject
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of WorkflowObject in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition that return WorkflowObject -
Uses of WorkflowObject in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return WorkflowObjectModifier and TypeMethodDescriptionWorkflowButtonElement.getWorkflow()A workflow object that contains details about the workflow that will run when the button is clicked.Methods in com.slack.api.model.block.element with parameters of type WorkflowObjectModifier and TypeMethodDescriptionvoidWorkflowButtonElement.setWorkflow(WorkflowObject workflow) A workflow object that contains details about the workflow that will run when the button is clicked.WorkflowButtonElement.WorkflowButtonElementBuilder.workflow(WorkflowObject workflow) A workflow object that contains details about the workflow that will run when the button is clicked.Constructors in com.slack.api.model.block.element with parameters of type WorkflowObjectModifierConstructorDescriptionWorkflowButtonElement(String actionId, PlainTextObject text, WorkflowObject workflow, String style, String accessibilityLabel) Creates a newWorkflowButtonElementinstance.