Uses of Class
org.javacord.api.entity.channel.ChannelType
-
Packages that use ChannelType Package Description org.javacord.api.entity.channel org.javacord.api.entity.server.invite -
-
Uses of ChannelType in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. fromId(int id)Gets a channel type by its id.ChannelTypeChannel. getType()Gets the type of the channel.default ChannelTypeChannelCategory. getType()default ChannelTypeGroupChannel. getType()default ChannelTypePrivateChannel. getType()default ChannelTypeServerTextChannel. getType()default ChannelTypeServerVoiceChannel. getType()static ChannelTypeChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelType[]ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChannelType in org.javacord.api.entity.server.invite
Methods in org.javacord.api.entity.server.invite that return ChannelType Modifier and Type Method Description ChannelTypeInvite. getChannelType()Gets the type of the channel.
-