Uses of Class
org.javacord.api.entity.channel.ServerChannelUpdater
-
Packages that use ServerChannelUpdater Package Description org.javacord.api.entity.channel -
-
Uses of ServerChannelUpdater in org.javacord.api.entity.channel
Classes in org.javacord.api.entity.channel with type parameters of type ServerChannelUpdater Modifier and Type Class Description classServerChannelUpdater<T extends ServerChannelUpdater<T>>This class can be used to update server channels.Subclasses of ServerChannelUpdater in org.javacord.api.entity.channel Modifier and Type Class Description classRegularServerChannelUpdater<T extends RegularServerChannelUpdater<T>>classServerForumChannelUpdaterThis class can be used to update server forum channels.classServerTextChannelUpdaterThis class can be used to update server text channels.classServerThreadChannelUpdaterThis class can be used to update server thread channels.classServerVoiceChannelUpdaterThis class can be used to update server voice channels.Methods in org.javacord.api.entity.channel that return ServerChannelUpdater Modifier and Type Method Description default ServerChannelUpdaterServerChannel. createUpdater()Create an updater for this channel.
-