Uses of Class
com.slack.api.model.block.composition.OptionObject.OptionObjectBuilder
-
Packages that use OptionObject.OptionObjectBuilder Package Description com.slack.api.model.block.composition The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of OptionObject.OptionObjectBuilder in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition that return OptionObject.OptionObjectBuilder Modifier and Type Method Description static OptionObject.OptionObjectBuilderOptionObject. builder()OptionObject.OptionObjectBuilderOptionObject.OptionObjectBuilder. description(PlainTextObject description)A plain_text only text object that defines a line of descriptive text shown below the text field beside the radio button.OptionObject.OptionObjectBuilderOptionObject.OptionObjectBuilder. text(TextObject text)A text object that defines the text shown in the option on the menu.OptionObject.OptionObjectBuilderOptionObject.OptionObjectBuilder. url(String url)A URL to load in the user's browser when the option is clicked.OptionObject.OptionObjectBuilderOptionObject.OptionObjectBuilder. value(String value)The string value that will be passed to your app when this option is chosen.Method parameters in com.slack.api.model.block.composition with type arguments of type OptionObject.OptionObjectBuilder Modifier and Type Method Description static OptionObjectBlockCompositions. option(ModelConfigurator<OptionObject.OptionObjectBuilder> configurator)
-