Interface Widget.VoiceChannel
- All Superinterfaces:
ISnowflake
- Enclosing interface:
Widget
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of all members in the channelgetName()Gets the name of the channel *intGets the integer position of the channelGets the Widget to which this voice channel belongsMethods inherited from interface ISnowflake
getId, getIdLong, getTimeCreated
-
Method Details
-
getPosition
int getPosition()Gets the integer position of the channel- Returns:
- integer position of the channel
-
getName
-
getMembers
Gets a list of all members in the channel- Returns:
- never-null, possibly-empty list of members in the channel
-
getWidget
Gets the Widget to which this voice channel belongs- Returns:
- the Widget object that holds this voice channel
-