Uses of Interface
org.javacord.api.entity.channel.ServerChannel
-
-
Uses of ServerChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type ServerChannel Modifier and Type Method Description default Optional<ServerChannel>DiscordApi. getServerChannelById(long id)Gets a server channel by its id.default Optional<ServerChannel>DiscordApi. getServerChannelById(String id)Gets a server channel by its id.default Collection<ServerChannel>DiscordApi. getServerChannels()Gets a collection with all server channels of the bot.default Collection<ServerChannel>DiscordApi. getServerChannelsByName(String name)Gets a collection with all server channels with the given name.default Collection<ServerChannel>DiscordApi. getServerChannelsByNameIgnoreCase(String name)Gets a collection with all server channels with the given name. -
Uses of ServerChannel in org.javacord.api.entity.auditlog
Methods in org.javacord.api.entity.auditlog that return types with arguments of type ServerChannel Modifier and Type Method Description default Optional<ServerChannel>AuditLogEntryTarget. asChannel()Gets the target as channel. -
Uses of ServerChannel in org.javacord.api.entity.channel
Subinterfaces of ServerChannel in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceChannelCategoryThis class represents a channel category.interfaceServerTextChannelThis class represents a server text channel.interfaceServerVoiceChannelThis class represents a server voice channel.Methods in org.javacord.api.entity.channel that return types with arguments of type ServerChannel Modifier and Type Method Description default Optional<ServerChannel>Channel. asServerChannel()Gets the channel as server channel.List<ServerChannel>ChannelCategory. getChannels()Gets a list with all channels which this category contains.default Optional<? extends ServerChannel>ServerChannel. getCurrentCachedInstance()default CompletableFuture<? extends ServerChannel>ServerChannel. getLatestInstance()default List<ServerChannel>ChannelCategory. getVisibleChannels(User user)Gets a sorted (by position) list with all channels in this category the given user can see.Constructors in org.javacord.api.entity.channel with parameters of type ServerChannel Constructor Description ServerChannelUpdater(ServerChannel channel)Creates a new server channel updater. -
Uses of ServerChannel in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type ServerChannel Modifier and Type Method Description Optional<ServerChannel>Server. getChannelById(long id)Gets a channel by its id.default Optional<ServerChannel>Server. getChannelById(String id)Gets a channel by its id.List<ServerChannel>Server. getChannels()Gets a sorted list (by position) with all channels of the server.default List<ServerChannel>Server. getChannelsByName(String name)Gets a sorted list (by position) with all channels with the given name.default List<ServerChannel>Server. getChannelsByNameIgnoreCase(String name)Gets a sorted list (by position) with all channels with the given name.default List<ServerChannel>Server. getVisibleChannels(User user)Gets a sorted (by position) list with all channels of this server the given user can see. -
Uses of ServerChannel in org.javacord.api.entity.server.invite
Methods in org.javacord.api.entity.server.invite that return types with arguments of type ServerChannel Modifier and Type Method Description Optional<ServerChannel>Invite. getChannel()Gets the channel of the invite.Constructors in org.javacord.api.entity.server.invite with parameters of type ServerChannel Constructor Description InviteBuilder(ServerChannel channel)Creates a new invite builder. -
Uses of ServerChannel in org.javacord.api.event.channel.server
Methods in org.javacord.api.event.channel.server that return ServerChannel Modifier and Type Method Description ServerChannelServerChannelEvent. getChannel() -
Uses of ServerChannel in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal with parameters of type ServerChannel Modifier and Type Method Description static InviteBuilderDelegateDelegateFactory. createInviteBuilderDelegate(ServerChannel channel)Creates a new invite builder delegate.InviteBuilderDelegateDelegateFactoryDelegate. createInviteBuilderDelegate(ServerChannel channel)Creates a new invite builder delegate.static ServerChannelUpdaterDelegateDelegateFactory. createServerChannelUpdaterDelegate(ServerChannel channel)Creates a new server channel updater delegate.ServerChannelUpdaterDelegateDelegateFactoryDelegate. createServerChannelUpdaterDelegate(ServerChannel channel)Creates a new server channel updater delegate.
-