Uses of Interface
org.javacord.api.entity.channel.internal.ServerChannelUpdaterDelegate
-
Packages that use ServerChannelUpdaterDelegate Package Description org.javacord.api.entity.channel.internal org.javacord.api.util.internal -
-
Uses of ServerChannelUpdaterDelegate in org.javacord.api.entity.channel.internal
Subinterfaces of ServerChannelUpdaterDelegate in org.javacord.api.entity.channel.internal Modifier and Type Interface Description interfaceServerTextChannelUpdaterDelegateThis class is internally used by theServerTextChannelUpdaterto update server text channels.interfaceServerVoiceChannelUpdaterDelegateThis class is internally used by theServerVoiceChannelUpdaterto update server voice channels. -
Uses of ServerChannelUpdaterDelegate in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal that return ServerChannelUpdaterDelegate Modifier and Type Method Description static ServerChannelUpdaterDelegateDelegateFactory. createServerChannelUpdaterDelegate(ServerChannel channel)Creates a new server channel updater delegate.ServerChannelUpdaterDelegateDelegateFactoryDelegate. createServerChannelUpdaterDelegate(ServerChannel channel)Creates a new server channel updater delegate.
-