Uses of Class
com.slack.api.model.block.composition.WorkflowObject
-
Packages that use WorkflowObject Package Description com.slack.api.model.block.composition The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.com.slack.api.model.block.element 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 Modifier and Type Method Description WorkflowObjectWorkflowObject.WorkflowObjectBuilder. build() -
Uses of WorkflowObject in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return WorkflowObject Modifier and Type Method Description WorkflowObjectWorkflowButtonElement. 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 WorkflowObject Modifier and Type Method Description voidWorkflowButtonElement. setWorkflow(WorkflowObject workflow)A workflow object that contains details about the workflow that will run when the button is clicked.WorkflowButtonElement.WorkflowButtonElementBuilderWorkflowButtonElement.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 WorkflowObject Constructor Description WorkflowButtonElement(String actionId, PlainTextObject text, WorkflowObject workflow, String style, String accessibilityLabel)
-