Package com.github.twitch4j.helix.domain
Class Team
java.lang.Object
com.github.twitch4j.helix.domain.Team
- Direct Known Subclasses:
TeamMember
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@Nullable String
URL of the Team background image.@Nullable String
URL for the Team banner.Date and time the Team was created.getId()
Team ID.getInfo()
Team description.Team display name.Team name.Image URL for the Team logo.Date and time the Team was last updated.getUsers()
Users in the specified Team.int
hashCode()
toString()
-
Constructor Details
-
Team
public Team()
-
-
Method Details
-
getUsers
Users in the specified Team. -
getBackgroundImageUrl
URL of the Team background image. -
getBanner
URL for the Team banner. -
getCreatedAt
Date and time the Team was created. -
getUpdatedAt
Date and time the Team was last updated. -
getInfo
Team description. -
getThumbnailUrl
Image URL for the Team logo. -
getTeamName
Team name. -
getTeamDisplayName
Team display name. -
getId
Team ID. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-