Uses of Class
org.javacord.api.entity.channel.ServerTextChannelUpdater
-
Packages that use ServerTextChannelUpdater Package Description org.javacord.api.entity.channel -
-
Uses of ServerTextChannelUpdater in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return ServerTextChannelUpdater Modifier and Type Method Description <T extends Permissionable & DiscordEntity>
ServerTextChannelUpdaterServerTextChannelUpdater. addPermissionOverwrite(T permissionable, Permissions permissions)default ServerTextChannelUpdaterServerTextChannel. createUpdater()Creates an updater for this channel.ServerTextChannelUpdaterServerTextChannelUpdater. removeCategory()Queues the category to be removed.<T extends Permissionable & DiscordEntity>
ServerTextChannelUpdaterServerTextChannelUpdater. removePermissionOverwrite(T permissionable)ServerTextChannelUpdaterServerTextChannelUpdater. setAuditLogReason(String reason)ServerTextChannelUpdaterServerTextChannelUpdater. setCategory(ChannelCategory category)Queues the category to be updated.ServerTextChannelUpdaterServerTextChannelUpdater. setName(String name)ServerTextChannelUpdaterServerTextChannelUpdater. setNsfwFlag(boolean nsfw)Queues the nsfw to be updated.ServerTextChannelUpdaterServerTextChannelUpdater. setRawPosition(int rawPosition)ServerTextChannelUpdaterServerTextChannelUpdater. setSlowmodeDelayInSeconds(int delay)Set the delay for slowmode.ServerTextChannelUpdaterServerTextChannelUpdater. setTopic(String topic)Queues the topic to be updated.ServerTextChannelUpdaterServerTextChannelUpdater. unsetSlowmode()Unset the slowmode.
-