Uses of Class
com.slack.api.model.block.element.NumberInputElement.NumberInputElementBuilder
Packages that use NumberInputElement.NumberInputElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of NumberInputElement.NumberInputElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return NumberInputElement.NumberInputElementBuilderModifier and TypeMethodDescriptionAn identifier for the input value when the parent modal is submitted.NumberInputElement.builder()NumberInputElement.NumberInputElementBuilder.decimalAllowed(boolean decimalAllowed) Decimal numbers are allowed if is_decimal_allowed= true, set the value to false otherwise.NumberInputElement.NumberInputElementBuilder.dispatchActionConfig(DispatchActionConfig dispatchActionConfig) A dispatch configuration object that determines when during text input the element returns a block_actions payload.NumberInputElement.NumberInputElementBuilder.focusOnLoad(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.NumberInputElement.NumberInputElementBuilder.initialValue(String initialValue) The initial value in the plain-text input when it is loaded.The maximum value, cannot be less than min_value.The minimum value, cannot be greater than max_value.NumberInputElement.NumberInputElementBuilder.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 NumberInputElement.NumberInputElementBuilderModifier and TypeMethodDescriptionstatic NumberInputElementBlockElements.numberInput(ModelConfigurator<NumberInputElement.NumberInputElementBuilder> configurator)