public static class WidgetUtil.Widget.VoiceChannel extends java.lang.Object implements ISnowflake
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getIdLong()
The Snowflake id of this entity.
|
java.util.List<WidgetUtil.Widget.Member> |
getMembers()
Gets a list of all members in the channel
|
java.lang.String |
getName()
Gets the name of the channel
|
int |
getPosition()
Gets the integer position of the channel
|
WidgetUtil.Widget |
getWidget()
Gets the Widget to which this voice channel belongs
|
int |
hashCode() |
java.lang.String |
toString() |
getCreationTime, getIdpublic int getPosition()
public long getIdLong()
ISnowflakegetIdLong in interface ISnowflakepublic java.lang.String getName()
public java.util.List<WidgetUtil.Widget.Member> getMembers()
public WidgetUtil.Widget getWidget()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object