Uses of Class
com.slack.api.model.block.element.URLTextInputElement.URLTextInputElementBuilder
-
Packages that use URLTextInputElement.URLTextInputElementBuilder Package Description com.slack.api.model.block.element 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.URLTextInputElementBuilder Modifier and Type Method Description URLTextInputElement.URLTextInputElementBuilderURLTextInputElement.URLTextInputElementBuilder. actionId(String actionId)An identifier for the input value when the parent modal is submitted.static URLTextInputElement.URLTextInputElementBuilderURLTextInputElement. builder()URLTextInputElement.URLTextInputElementBuilderURLTextInputElement.URLTextInputElementBuilder. dispatchActionConfig(DispatchActionConfig dispatchActionConfig)A dispatch configuration object that determines when during text input the element returns a block_actions payload.URLTextInputElement.URLTextInputElementBuilderURLTextInputElement.URLTextInputElementBuilder. focusOnLoad(Boolean focusOnLoad)Indicates whether the element will be set to autofocus within the view object.URLTextInputElement.URLTextInputElementBuilderURLTextInputElement.URLTextInputElementBuilder. initialValue(String initialValue)The initial value in the URL input when it is loaded.URLTextInputElement.URLTextInputElementBuilderURLTextInputElement.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.URLTextInputElementBuilder Modifier and Type Method Description static URLTextInputElementBlockElements. urlTextInput(ModelConfigurator<URLTextInputElement.URLTextInputElementBuilder> configurator)
-