<T extends Permissionable & DiscordEntity> ServerChannelUpdater |
ServerChannelUpdater.addPermissionOverwrite(T permissionable,
Permissions permissions) |
Adds a permission overwrite for the given entity.
|
default ServerChannelUpdater |
ServerChannel.createUpdater() |
Create an updater for this channel.
|
<T extends Permissionable & DiscordEntity> ServerChannelUpdater |
ServerChannelUpdater.removePermissionOverwrite(T permissionable) |
Removes a permission overwrite for the given entity.
|
ServerChannelUpdater |
ServerChannelUpdater.setAuditLogReason(String reason) |
Sets the reason for this update.
|
ServerChannelUpdater |
ServerChannelUpdater.setName(String name) |
Queues the name to be updated.
|
ServerChannelUpdater |
ServerChannelUpdater.setRawPosition(int rawPosition) |
Queues the raw position to be updated.
|