Uses of Class
com.slack.api.model.block.element.URLTextInputElement.URLTextInputElementBuilder
Packages that use URLTextInputElement.URLTextInputElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of URLTextInputElement.URLTextInputElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return URLTextInputElement.URLTextInputElementBuilderModifier and TypeMethodDescriptionAn identifier for the input value when the parent modal is submitted.URLTextInputElement.builder()URLTextInputElement.URLTextInputElementBuilder.dispatchActionConfig(DispatchActionConfig dispatchActionConfig) A dispatch configuration object that determines when during text input the element returns a block_actions payload.URLTextInputElement.URLTextInputElementBuilder.focusOnLoad(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.URLTextInputElement.URLTextInputElementBuilder.initialValue(String initialValue) The initial value in the URL input when it is loaded.URLTextInputElement.URLTextInputElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown in the plain-text input.Method parameters in com.slack.api.model.block.element with type arguments of type URLTextInputElement.URLTextInputElementBuilderModifier and TypeMethodDescriptionstatic URLTextInputElementBlockElements.urlTextInput(ModelConfigurator<URLTextInputElement.URLTextInputElementBuilder> configurator)