Package net.dv8tion.jda.api.utils
Class WidgetUtil.Widget.VoiceChannel
java.lang.Object
net.dv8tion.jda.api.utils.WidgetUtil.Widget.VoiceChannel
- All Implemented Interfaces:
ISnowflake
- Enclosing class:
- WidgetUtil.Widget
-
Method Summary
Methods inherited from interface net.dv8tion.jda.api.entities.ISnowflake
getId, getTimeCreated
-
Method Details
-
getPosition
public int getPosition()Gets the integer position of the channel- Returns:
- integer position of the channel
-
getIdLong
public long getIdLong()Description copied from interface:ISnowflake
The Snowflake id of this entity. This is unique to every entity and will never change.- Specified by:
getIdLong
in interfaceISnowflake
- Returns:
- Long containing the Id.
-
getName
Gets the name of the channel- Returns:
- name of the channel
-
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
-
hashCode
public int hashCode() -
equals
-
toString
-