SelectMenuBuilder |
SelectMenuBuilder.addChannelType(ChannelType channelType) |
Add a channel type to the select menu.
|
SelectMenuBuilder |
SelectMenuBuilder.addChannelTypes(java.lang.Iterable<ChannelType> channelTypes) |
Adds all given channel types to the select menu.
|
SelectMenuBuilder |
SelectMenuBuilder.addOption(SelectMenuOption selectMenuOption) |
Add an option to the select menu.
|
SelectMenuBuilder |
SelectMenuBuilder.addOptions(java.util.List<SelectMenuOption> selectMenuOptions) |
Adds all given options to the select menu.
|
SelectMenuBuilder |
SelectMenuBuilder.copy(SelectMenu selectMenu) |
Create a copy of an existing select menu.
|
SelectMenuBuilder |
SelectMenuBuilder.removeAllOptions() |
Removes all options from the select menu.
|
SelectMenuBuilder |
SelectMenuBuilder.removeOption(SelectMenuOption selectMenuOption) |
Remove an option from the select menu.
|
SelectMenuBuilder |
SelectMenuBuilder.setCustomId(java.lang.String customId) |
Set the custom ID for the select menu.
|
SelectMenuBuilder |
SelectMenuBuilder.setDisabled(boolean isDisabled) |
Set if the select menu should be disabled.
|
SelectMenuBuilder |
SelectMenuBuilder.setMaximumValues(int maximumValues) |
Set the maximum amount of options which can be selected.
|
SelectMenuBuilder |
SelectMenuBuilder.setMinimumValues(int minimumValues) |
Set the minimum amount of options which must be selected.
|
SelectMenuBuilder |
SelectMenuBuilder.setPlaceholder(java.lang.String placeholder) |
Set the placeholder for the select menu.
|