Uses of Interface
org.javacord.api.entity.message.component.SelectMenu
-
Packages that use SelectMenu Package Description org.javacord.api.entity.message.component org.javacord.api.entity.message.component.internal -
-
Uses of SelectMenu in org.javacord.api.entity.message.component
Methods in org.javacord.api.entity.message.component that return SelectMenu Modifier and Type Method Description SelectMenuSelectMenuBuilder. build()Creates aSelectMenuinstance with the given values.static SelectMenuSelectMenu. create(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 SelectMenuSelectMenu. create(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 SelectMenuSelectMenu. create(java.lang.String customId, java.lang.String placeholder, java.util.List<SelectMenuOption> options)Creates a new select menu with the given values.static SelectMenuSelectMenu. create(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 SelectMenuSelectMenu. create(java.lang.String customId, java.util.List<SelectMenuOption> options)Creates a new select menu with the given values.static SelectMenuSelectMenu. create(java.lang.String customId, java.util.List<SelectMenuOption> options, boolean isDisabled)Creates a new select menu with the given values.Methods in org.javacord.api.entity.message.component that return types with arguments of type SelectMenu Modifier and Type Method Description default java.util.Optional<SelectMenu>LowLevelComponent. asSelectMenu()Gets the component as a SelectMenu if it's of that type.Methods in org.javacord.api.entity.message.component with parameters of type SelectMenu Modifier and Type Method Description SelectMenuBuilderSelectMenuBuilder. copy(SelectMenu selectMenu)Create a copy of an existing select menu. -
Uses of SelectMenu in org.javacord.api.entity.message.component.internal
Methods in org.javacord.api.entity.message.component.internal that return SelectMenu Modifier and Type Method Description SelectMenuSelectMenuBuilderDelegate. build()Creates aSelectMenuinstance with the given values.Methods in org.javacord.api.entity.message.component.internal with parameters of type SelectMenu Modifier and Type Method Description voidSelectMenuBuilderDelegate. copy(SelectMenu selectMenu)Copy a select menu's values into the builder.
-