Uses of Class
org.javacord.api.entity.message.component.SelectMenuOptionBuilder
-
Packages that use SelectMenuOptionBuilder Package Description org.javacord.api.entity.message.component -
-
Uses of SelectMenuOptionBuilder in org.javacord.api.entity.message.component
Methods in org.javacord.api.entity.message.component that return SelectMenuOptionBuilder Modifier and Type Method Description SelectMenuOptionBuilderSelectMenuOptionBuilder. setDefault(boolean isDefault)Set the option to default for the menu.SelectMenuOptionBuilderSelectMenuOptionBuilder. setDescription(java.lang.String description)Set the description for the select menu option.SelectMenuOptionBuilderSelectMenuOptionBuilder. setEmoji(java.lang.String unicode)Sets the emoji for the select menu option.SelectMenuOptionBuilderSelectMenuOptionBuilder. setEmoji(Emoji emoji)Set the emoji for the select menu option.SelectMenuOptionBuilderSelectMenuOptionBuilder. setLabel(java.lang.String label)Set the label for the select menu option.SelectMenuOptionBuilderSelectMenuOptionBuilder. setValue(java.lang.String value)Set the value for the select menu option.
-