Uses of Class
com.slack.api.model.block.element.EmailTextInputElement.EmailTextInputElementBuilder
Packages that use EmailTextInputElement.EmailTextInputElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of EmailTextInputElement.EmailTextInputElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return EmailTextInputElement.EmailTextInputElementBuilderModifier and TypeMethodDescriptionAn identifier for the input value when the parent modal is submitted.EmailTextInputElement.builder()EmailTextInputElement.EmailTextInputElementBuilder.dispatchActionConfig(DispatchActionConfig dispatchActionConfig) A dispatch configuration object that determines when during text input the element returns a block_actions payload.EmailTextInputElement.EmailTextInputElementBuilder.focusOnLoad(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.EmailTextInputElement.EmailTextInputElementBuilder.initialValue(String initialValue) The initial value in the email input when it is loaded.EmailTextInputElement.EmailTextInputElementBuilder.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 EmailTextInputElement.EmailTextInputElementBuilderModifier and TypeMethodDescriptionstatic EmailTextInputElementBlockElements.emailTextInput(ModelConfigurator<EmailTextInputElement.EmailTextInputElementBuilder> configurator)