Package net.dv8tion.jda.core.entities
Interface Invite.Channel
-
- All Superinterfaces:
ISnowflake
- Enclosing interface:
- Invite
public static interface Invite.Channel extends ISnowflake
POJO for the channel information provided by an invite.- See Also:
Invite.getChannel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
The name of this channel.ChannelType
getType()
TheChannelType
of this channel.-
Methods inherited from interface net.dv8tion.jda.core.entities.ISnowflake
getCreationTime, getId, getIdLong
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
The name of this channel.- Returns:
- The channels's name
-
getType
ChannelType getType()
- Returns:
- The channel's type
-
-