Package net.dv8tion.jda.api.requests.restaction
package net.dv8tion.jda.api.requests.restaction
Extensions of
Such as setting specific options for a new entity before creating it
RestAction
that can be used to operate on a specific case before executing the request.
Such as setting specific options for a new entity before creating it
-
ClassDescriptionExtension of RestAction to allow setting a reason, only available to accounts of
AccountType.BOT
ChannelAction<T extends GuildChannel>Extension ofRestAction
specifically designed to create aGuildChannel
.SpecializedRestAction
used to create or update commands.SpecializedRestAction
used to edit an existing command.SpecializedRestAction
used to replace existing commands of a guild or globally.RestAction
extension specifically designed to allow for the creation ofGuilds
.Invite
Builder system created as an extension ofRestAction
Provides an easy way to gather and deliver information to Discord to createInvites
.RestAction
extension specifically designed to allow bots to addUsers
to Guilds.Extension of a defaultRestAction
that allows setting message information before sending!Extension ofAuditableRestAction
specifically designed to create aPermissionOverride
for aGuildChannel
.Extension ofRestAction
specifically designed to create aRole
.SpecializedRestAction
used to create aStageInstance
Extension ofRestAction
specifically designed to create aThreadChannel
.Webhook
Builder system created as an extension ofRestAction
Provides an easy way to gather and deliver information to Discord to createWebhooks
.Extension of a defaultRestAction
that allows setting message information before sending!