Package net.dv8tion.jda.api.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.api.entities.ISnowflake
getId, getIdLong, getTimeCreated
-
-
-
-
Method Detail
-
getName
@Nonnull java.lang.String getName()
The name of this channel.- Returns:
- The channel's name
-
getType
@Nonnull ChannelType getType()
- Returns:
- The channel's type
-
-