default java.util.Optional<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getArgumentByIndex(int index) |
Gets the argument at the specified index, if present.
|
default java.util.Optional<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getArgumentByName(java.lang.String name) |
Get an argument having the specified name.
|
java.util.List<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getArguments() |
Gets the arguments of this slash command if there are any.
|
default java.util.Optional<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getOptionByIndex(int index) |
Gets the option at the specified index, if present.
|
default java.util.Optional<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getOptionByName(java.lang.String name) |
Get an option having the specified name.
|
java.util.List<SlashCommandInteractionOption> |
SlashCommandInteractionOption.getOptions() |
Gets all options of this option, if this option denotes a subcommand or group.
|
java.util.List<SlashCommandInteractionOption> |
SlashCommandInteractionOptionsProvider.getOptions() |
Gets the params and values from the user, or, if this command contains subcommands and/or
subcommand groups, a list of subcommands and subcommand groups.
|