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
-
Interface Summary Interface Description AuditableRestAction<T> Extension of RestAction to allow setting a reason, only available to accounts ofAccountType.BOT
ChannelAction<T extends GuildChannel> Extension ofRestAction
specifically designed to create aGuildChannel
.CommandCreateAction SpecializedRestAction
used to create or update commands.CommandEditAction SpecializedRestAction
used to edit an existing command.CommandListUpdateAction SpecializedRestAction
used to replace existing commands of a guild or globally.GuildAction RestAction
extension specifically designed to allow for the creation ofGuilds
.InviteAction Invite
Builder system created as an extension ofRestAction
Provides an easy way to gather and deliver information to Discord to createInvites
.MemberAction RestAction
extension specifically designed to allow bots to addUsers
to Guilds.MessageAction Extension of a defaultRestAction
that allows setting message information before sending!PermissionOverrideAction Extension ofAuditableRestAction
specifically designed to create aPermissionOverride
for aGuildChannel
.RoleAction Extension ofRestAction
specifically designed to create aRole
.StageInstanceAction SpecializedRestAction
used to create aStageInstance
WebhookAction Webhook
Builder system created as an extension ofRestAction
Provides an easy way to gather and deliver information to Discord to createWebhooks
.WebhookMessageAction<T> Extension of a defaultRestAction
that allows setting message information before sending!WebhookMessageUpdateAction<T> -
Class Summary Class Description GuildAction.ChannelData GuildAction.RoleData