Skip navigation links

Package net.dv8tion.jda.core.managers

Managers that allow to modify (PATCH) existing entities with either an update task or atomic setters.

See: Description

Package net.dv8tion.jda.core.managers Description

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.

XYZManager types allow to directly modify a single value without an update task. (Auto-Updating Manager)

XYZManagerUpdatable types allow to bulk modify multiple values and then update it using an update() task. (Updatable Manager)
This uses Fields from the fields pacakge!

All managers require a RestAction executions.

Skip navigation links