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 default ServerTextChannelUpdaterServerTextChannel. createUpdater()Creates an updater for this channel.ServerTextChannelUpdaterServerTextChannelUpdater. removeCategory()Queues the category to be removed.ServerTextChannelUpdaterServerTextChannelUpdater. setCategory(ChannelCategory category)Queues the category to be updated.ServerTextChannelUpdaterServerTextChannelUpdater. setNsfwFlag(boolean nsfw)Queues the nsfw to be updated.ServerTextChannelUpdaterServerTextChannelUpdater. setSlowmodeDelayInSeconds(int delay)Set the delay for slowmode.ServerTextChannelUpdaterServerTextChannelUpdater. setTopic(java.lang.String topic)Queues the topic to be updated.ServerTextChannelUpdaterServerTextChannelUpdater. unsetSlowmode()Unset the slowmode.
-