SelectMenu |
SelectMenuBuilder.build() |
Creates a SelectMenu instance with the given values.
|
static SelectMenu |
SelectMenu.create(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues,
java.util.List<SelectMenuOption> options) |
Deprecated.
|
static SelectMenu |
SelectMenu.create(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues,
java.util.List<SelectMenuOption> options,
boolean isDisabled) |
Deprecated.
|
static SelectMenu |
SelectMenu.create(java.lang.String customId,
java.lang.String placeholder,
java.util.List<SelectMenuOption> options) |
Deprecated.
|
static SelectMenu |
SelectMenu.create(java.lang.String customId,
java.lang.String placeholder,
java.util.List<SelectMenuOption> options,
boolean isDisabled) |
Deprecated.
|
static SelectMenu |
SelectMenu.create(java.lang.String customId,
java.util.List<SelectMenuOption> options) |
Deprecated.
|
static SelectMenu |
SelectMenu.create(java.lang.String customId,
java.util.List<SelectMenuOption> options,
boolean isDisabled) |
Deprecated.
|
static SelectMenu |
SelectMenu.createChannelMenu(java.lang.String customId) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createChannelMenu(java.lang.String customId,
java.lang.Iterable<ChannelType> channelTypes) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createChannelMenu(java.lang.String customId,
java.lang.Iterable<ChannelType> channelTypes,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createChannelMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues,
java.lang.Iterable<ChannelType> channelTypes) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createChannelMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues,
java.lang.Iterable<ChannelType> channelTypes,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createChannelMenu(java.lang.String customId,
java.lang.String placeholder,
java.lang.Iterable<ChannelType> channelTypes) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createChannelMenu(java.lang.String customId,
java.lang.String placeholder,
java.lang.Iterable<ChannelType> channelTypes,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createMentionableMenu(java.lang.String customId) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createMentionableMenu(java.lang.String customId,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createMentionableMenu(java.lang.String customId,
java.lang.String placeholder) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createMentionableMenu(java.lang.String customId,
java.lang.String placeholder,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createMentionableMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createMentionableMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createRoleMenu(java.lang.String customId) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createRoleMenu(java.lang.String customId,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createRoleMenu(java.lang.String customId,
java.lang.String placeholder) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createRoleMenu(java.lang.String customId,
java.lang.String placeholder,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createRoleMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createRoleMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createStringMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues,
java.util.List<SelectMenuOption> options) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createStringMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues,
java.util.List<SelectMenuOption> options,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createStringMenu(java.lang.String customId,
java.lang.String placeholder,
java.util.List<SelectMenuOption> options) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createStringMenu(java.lang.String customId,
java.lang.String placeholder,
java.util.List<SelectMenuOption> options,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createStringMenu(java.lang.String customId,
java.util.List<SelectMenuOption> options) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createStringMenu(java.lang.String customId,
java.util.List<SelectMenuOption> options,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createUserMenu(java.lang.String customId) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createUserMenu(java.lang.String customId,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createUserMenu(java.lang.String customId,
java.lang.String placeholder) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createUserMenu(java.lang.String customId,
java.lang.String placeholder,
boolean isDisabled) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createUserMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues) |
Creates a new select menu with the given values.
|
static SelectMenu |
SelectMenu.createUserMenu(java.lang.String customId,
java.lang.String placeholder,
int minimumValues,
int maximumValues,
boolean isDisabled) |
Creates a new select menu with the given values.
|