Class KrakenTeam
java.lang.Object
com.github.twitch4j.kraken.domain.KrakenTeam
Deprecated.
Kraken is deprecated and has been shut down on Febuary 28, 2022.
More details about the deprecation are available here.
Model representing a team.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.in favor of getCreatedAtInstant()Deprecated.Deprecated.longgetId()Deprecated.getInfo()Deprecated.getLogo()Deprecated.getName()Deprecated.Deprecated.in favor of getUpdatedAtInstant()Deprecated.getUsers()Deprecated.inthashCode()Deprecated.voidsetBackground(String background) Deprecated.voidDeprecated.voidsetCreatedAtInstant(Instant createdAtInstant) Deprecated.voidsetDisplayName(String displayName) Deprecated.voidsetId(long id) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetUpdatedAtInstant(Instant updatedAtInstant) Deprecated.voidsetUsers(List<KrakenTeamUser> users) Deprecated.toString()Deprecated.
-
Constructor Details
-
KrakenTeam
public KrakenTeam()Deprecated.
-
-
Method Details
-
getCreatedAt
Deprecated.in favor of getCreatedAtInstant()- Returns:
- the timestamp of when the team was created
-
getUpdatedAt
Deprecated.in favor of getUpdatedAtInstant()- Returns:
- the timestamp of when the team was last updated
-
getId
public long getId()Deprecated. -
getName
Deprecated. -
getDisplayName
Deprecated. -
getInfo
Deprecated. -
getLogo
Deprecated. -
getBackground
Deprecated. -
getBanner
Deprecated. -
getCreatedAtInstant
Deprecated. -
getUpdatedAtInstant
Deprecated. -
getUsers
Deprecated. -
setId
public void setId(long id) Deprecated. -
setName
Deprecated. -
setDisplayName
Deprecated. -
setInfo
Deprecated. -
setLogo
Deprecated. -
setBackground
Deprecated. -
setBanner
Deprecated. -
setCreatedAtInstant
Deprecated. -
setUpdatedAtInstant
Deprecated. -
setUsers
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-