Package net.dv8tion.jda.api.entities
Interface Invite.Channel
- All Superinterfaces:
ISnowflake
- Enclosing interface:
- Invite
POJO for the channel information provided by an invite.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of this channel.getType()
TheChannelType
of this channel.Methods inherited from interface net.dv8tion.jda.api.entities.ISnowflake
getId, getIdLong, getTimeCreated
-
Method Details
-
getName
The name of this channel.- Returns:
- The channel's name
-
getType
- Returns:
- The channel's type
-