Uses of Class
com.slack.api.model.block.composition.OptionObject.OptionObjectBuilder
Packages that use OptionObject.OptionObjectBuilder
Package
Description
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.OptionObjectBuilderModifier and TypeMethodDescriptionOptionObject.builder()OptionObject.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.OptionObjectBuilder.text(TextObject text) A text object that defines the text shown in the option on the menu.A URL to load in the user's browser when the option is clicked.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.OptionObjectBuilderModifier and TypeMethodDescriptionstatic OptionObjectBlockCompositions.option(ModelConfigurator<OptionObject.OptionObjectBuilder> configurator)