Uses of Class
com.slack.api.model.block.element.ButtonElement.ButtonElementBuilder
Packages that use ButtonElement.ButtonElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ButtonElement.ButtonElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return ButtonElement.ButtonElementBuilderModifier and TypeMethodDescriptionButtonElement.ButtonElementBuilder.accessibilityLabel(String accessibilityLabel) A label for longer descriptive text about a button element.An identifier for this action.ButtonElement.builder()ButtonElement.ButtonElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog after the button is clicked.Decorates buttons with alternative visual color schemes.ButtonElement.ButtonElementBuilder.text(PlainTextObject text) A text object that defines the button's text.A URL to load in the user's browser when the button is clicked.The value to send along with the interaction payload.Method parameters in com.slack.api.model.block.element with type arguments of type ButtonElement.ButtonElementBuilderModifier and TypeMethodDescriptionstatic ButtonElementBlockElements.button(ModelConfigurator<ButtonElement.ButtonElementBuilder> configurator)