Class StringSelectInteractionImpl
java.lang.Object
net.dv8tion.jda.internal.interactions.InteractionImpl
net.dv8tion.jda.internal.interactions.DeferrableInteractionImpl
net.dv8tion.jda.internal.interactions.components.ComponentInteractionImpl
net.dv8tion.jda.internal.interactions.components.selections.SelectMenuInteractionImpl<String,StringSelectMenu>
net.dv8tion.jda.internal.interactions.components.selections.StringSelectInteractionImpl
- All Implemented Interfaces:
ISnowflake
,IDeferrableCallback
,IMessageEditCallback
,IModalCallback
,IReplyCallback
,ComponentInteraction
,SelectMenuInteraction<String,
,StringSelectMenu> StringSelectInteraction
,Interaction
public class StringSelectInteractionImpl
extends SelectMenuInteractionImpl<String,StringSelectMenu>
implements StringSelectInteraction
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.dv8tion.jda.internal.interactions.components.selections.SelectMenuInteractionImpl
getComponent, getComponentType
Methods inherited from class net.dv8tion.jda.internal.interactions.components.ComponentInteractionImpl
deferEdit, deferReply, getChannel, getComponentId, getMessage, getMessageIdLong, replyModal
Methods inherited from class net.dv8tion.jda.internal.interactions.DeferrableInteractionImpl
getHook, releaseHook
Methods inherited from class net.dv8tion.jda.internal.interactions.InteractionImpl
ack, getChannelIdLong, getContext, getEntitlements, getGuild, getIdLong, getIntegrationOwners, getJDA, getMember, getToken, getTypeRaw, getUser, getUserLocale, isAcknowledged
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.dv8tion.jda.api.interactions.components.ComponentInteraction
getChannel, getComponentId, getComponentType, getGuildChannel, getMessage, getMessageId, getMessageIdLong, getUniqueId
Methods inherited from interface net.dv8tion.jda.api.interactions.callbacks.IDeferrableCallback
getHook
Methods inherited from interface net.dv8tion.jda.api.interactions.callbacks.IMessageEditCallback
deferEdit, editComponents, editComponents, editComponents, editMessage, editMessage, editMessageAttachments, editMessageAttachments, editMessageEmbeds, editMessageEmbeds, editMessageFormat
Methods inherited from interface net.dv8tion.jda.api.interactions.callbacks.IModalCallback
replyModal
Methods inherited from interface net.dv8tion.jda.api.interactions.Interaction
getChannelId, getChannelIdLong, getChannelType, getContext, getEntitlements, getGuild, getGuildLocale, getIntegrationOwners, getJDA, getMember, getMessageChannel, getToken, getType, getTypeRaw, getUser, getUserLocale, isAcknowledged, isFromAttachedGuild, isFromGuild
Methods inherited from interface net.dv8tion.jda.api.interactions.callbacks.IReplyCallback
deferReply, deferReply, reply, reply, replyComponents, replyComponents, replyComponents, replyEmbeds, replyEmbeds, replyFiles, replyFiles, replyFormat, replyPoll
Methods inherited from interface net.dv8tion.jda.api.entities.ISnowflake
getId, getIdLong, getTimeCreated
Methods inherited from interface net.dv8tion.jda.api.interactions.components.selections.SelectMenuInteraction
editSelectMenu, getComponent, getSelectMenu
Methods inherited from interface net.dv8tion.jda.api.interactions.components.selections.StringSelectInteraction
getSelectedOptions
-
Constructor Details
-
StringSelectInteractionImpl
-
-
Method Details
-
getValues
Description copied from interface:StringSelectInteraction
The selected values.
These are defined in the individualSelectOptions
.- Specified by:
getValues
in interfaceSelectMenuInteraction<String,
StringSelectMenu> - Specified by:
getValues
in interfaceStringSelectInteraction
- Returns:
List
ofSelectOption.getValue()
-