default Optional<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getFirstOption() |
Get the first option, if present.
|
default Optional<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getOptionByIndex(int index) |
Gets the option at the specified index, if present.
|
default Optional<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getOptionByName(String name) |
Get an option having the specified name.
|
List<SlashCommandInteractionOption> |
SlashCommandInteractionOption.getOptions() |
Gets a list with all options of this option, if this option denotes a subcommand or group.
|
List<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getOptions() |
Gets a list with the params and values from the user, or, if this command contains subcommands and/or
subcommand groups, a list of subcommands and subcommand groups.
|
default Optional<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getSecondOption() |
Get the second option, if present.
|
default Optional<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getThirdOption() |
Get the third option, if present.
|