Uses of Interface
org.javacord.api.entity.channel.internal.ServerChannelUpdaterDelegate
-
Packages that use ServerChannelUpdaterDelegate Package Description org.javacord.api.entity.channel org.javacord.api.entity.channel.internal org.javacord.api.util.internal -
-
Uses of ServerChannelUpdaterDelegate in org.javacord.api.entity.channel
Constructors in org.javacord.api.entity.channel with parameters of type ServerChannelUpdaterDelegate Constructor Description ServerChannelUpdater(ServerChannelUpdaterDelegate serverChannelUpdaterDelegate)Creates a new server channel updater. -
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 interfaceRegularServerChannelUpdaterDelegateinterfaceServerForumChannelUpdaterDelegateThis class is internally used by theServerForumChannelUpdaterto update server forum channels.interfaceServerTextChannelUpdaterDelegateThis class is internally used by theServerTextChannelUpdaterto update server text channels.interfaceServerThreadChannelUpdaterDelegateThis class is internally used by theServerThreadChannelUpdaterto update server thread 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.
-