Uses of Interface
org.javacord.api.entity.message.component.TextInput
-
Packages that use TextInput Package Description org.javacord.api.entity.message.component org.javacord.api.entity.message.component.internal -
-
Uses of TextInput in org.javacord.api.entity.message.component
Methods in org.javacord.api.entity.message.component that return TextInput Modifier and Type Method Description TextInputTextInputBuilder. build()Creates aTextInputinstance with the given values.static TextInputTextInput. create(TextInputStyle style, java.lang.String customId, java.lang.String label)Creates a new text input with the given values.static TextInputTextInput. create(TextInputStyle style, java.lang.String customId, java.lang.String label, boolean required)Creates a new text input with the given values.static TextInputTextInput. create(TextInputStyle style, java.lang.String customId, java.lang.String label, java.lang.Integer minimumLength, java.lang.Integer maximumLength)Creates a new text input with the given values.static TextInputTextInput. create(TextInputStyle style, java.lang.String customId, java.lang.String label, java.lang.Integer minimumLength, java.lang.Integer maximumLength, boolean required)Creates a new text input with the given values.static TextInputTextInput. create(TextInputStyle style, java.lang.String customId, java.lang.String label, java.lang.String placeholder, java.lang.String value)Creates a new text input with the given values.static TextInputTextInput. create(TextInputStyle style, java.lang.String customId, java.lang.String label, java.lang.String placeholder, java.lang.String value, boolean required)Creates a new text input with the given values.Methods in org.javacord.api.entity.message.component that return types with arguments of type TextInput Modifier and Type Method Description default java.util.Optional<TextInput>LowLevelComponent. asTextInput()Gets the component as a TextInput if it's of that type.Methods in org.javacord.api.entity.message.component with parameters of type TextInput Modifier and Type Method Description TextInputBuilderTextInputBuilder. copy(TextInput textInput)Copy a Text Input's value into this builder. -
Uses of TextInput in org.javacord.api.entity.message.component.internal
Methods in org.javacord.api.entity.message.component.internal that return TextInput Modifier and Type Method Description TextInputTextInputBuilderDelegate. build()Creates aTextInputinstance with the given values.Methods in org.javacord.api.entity.message.component.internal with parameters of type TextInput Modifier and Type Method Description voidTextInputBuilderDelegate. copy(TextInput textInput)Copy a TextInput's values into the builder.
-