Package net.dv8tion.jda.core.managers
Managers that allow to modify (PATCH) existing entities
with either an update task or atomic setters. This also includes classes which allow to
operate on entities like the moderation of a
Guild
.
Manager types allow to directly modify one or more values
All managers require a RestAction execution.
-
Interface Summary Interface Description AudioManager AudioManager deals with creating, managing and severing audio connections toVoiceChannels
.Presence The Presence associated with the provided JDA instance -
Class Summary Class Description AccountManager Manager providing functionality to update one or more fields for the logged in account.ChannelManager Manager providing functionality to update one or more fields for aGuild Channel
.GuildController A controller that allows to utilize moderation permissions and create new channels and roles.GuildManager Manager providing functionality to update one or more fields for aGuild
.PermOverrideManager Manager providing functionality to update one or more fields for aPermissionOverride
.RoleManager Manager providing functionality to update one or more fields for aRole
.WebhookManager Manager providing functionality to update one or more fields for aWebhook
.