Uses of Class
com.slack.api.model.block.element.PlainTextInputElement.PlainTextInputElementBuilder
Packages that use PlainTextInputElement.PlainTextInputElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of PlainTextInputElement.PlainTextInputElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return PlainTextInputElement.PlainTextInputElementBuilderModifier and TypeMethodDescriptionAn identifier for the input value when the parent modal is submitted.PlainTextInputElement.builder()
PlainTextInputElement.PlainTextInputElementBuilder.dispatchActionConfig
(DispatchActionConfig dispatchActionConfig) A dispatch configuration object that determines when during text input the element returns a block_actions payload.PlainTextInputElement.PlainTextInputElementBuilder.focusOnLoad
(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.PlainTextInputElement.PlainTextInputElementBuilder.initialValue
(String initialValue) The initial value in the plain-text input when it is loaded.The maximum length of input that the user can provide.The minimum length of input that the user must provide.PlainTextInputElement.PlainTextInputElementBuilder.multiline
(boolean multiline) Indicates whether the input will be a single line (false) or a larger textarea (true).PlainTextInputElement.PlainTextInputElementBuilder.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 PlainTextInputElement.PlainTextInputElementBuilderModifier and TypeMethodDescriptionstatic PlainTextInputElement
BlockElements.plainTextInput
(ModelConfigurator<PlainTextInputElement.PlainTextInputElementBuilder> configurator)