Uses of Class
com.slack.api.model.admin.AppWorkflow.Choice
-
Packages that use AppWorkflow.Choice Package Description com.slack.api.model.admin The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of AppWorkflow.Choice in com.slack.api.model.admin
Methods in com.slack.api.model.admin that return types with arguments of type AppWorkflow.Choice Modifier and Type Method Description List<AppWorkflow.Choice>AppWorkflow.Items. getChoices()List<AppWorkflow.Choice>AppWorkflow.StepInputValueElement. getChoices()Method parameters in com.slack.api.model.admin with type arguments of type AppWorkflow.Choice Modifier and Type Method Description voidAppWorkflow.Items. setChoices(List<AppWorkflow.Choice> choices)voidAppWorkflow.StepInputValueElement. setChoices(List<AppWorkflow.Choice> choices)
-