Package com.github.twitch4j.helix.domain
Class TeamMember
java.lang.Object
com.github.twitch4j.helix.domain.Team
com.github.twitch4j.helix.domain.TeamMember
public class TeamMember extends Team
-
Constructor Summary
Constructors Constructor Description TeamMember() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetBroadcasterId()User ID of the broadcaster.java.lang.StringgetBroadcasterLogin()Login of the broadcaster.java.lang.StringgetBroadcasterName()Display name of the broadcaster.inthashCode()java.lang.StringtoString()Methods inherited from class com.github.twitch4j.helix.domain.Team
getBackgroundImageUrl, getBanner, getCreatedAt, getId, getInfo, getTeamDisplayName, getTeamName, getThumbnailUrl, getUpdatedAt, getUsersMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TeamMember
public TeamMember()
-
-
Method Details
-
getBroadcasterId
public java.lang.String getBroadcasterId()User ID of the broadcaster. -
getBroadcasterName
public java.lang.String getBroadcasterName()Display name of the broadcaster. -
getBroadcasterLogin
public java.lang.String getBroadcasterLogin()Login of the broadcaster. -
toString
public java.lang.String toString() -
equals
public boolean equals(java.lang.Object o) -
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()
-