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