Class KrakenTeamUser
java.lang.Object
com.github.twitch4j.kraken.domain.KrakenTeamUser
Deprecated.
Kraken is deprecated and has been shut down on Febuary 28, 2022.
More details about the deprecation are available here.
Model representing User objects listed in the users array
in the KrakenTeam model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Deprecated.in favor of getCreatedAtInstant()Deprecated.Deprecated.longDeprecated.getGame()Deprecated.longgetId()Deprecated.Deprecated.getLogo()Deprecated.Deprecated.getName()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.in favor of getUpdatedAtInstant()Deprecated.getUrl()Deprecated.Deprecated.longgetViews()Deprecated.inthashCode()Deprecated.voidsetBroadcasterLanguage(String broadcasterLanguage) Deprecated.voidsetCreatedAtInstant(Instant createdAtInstant) Deprecated.voidsetDisplayName(String displayName) Deprecated.voidsetFollowers(long followers) Deprecated.voidDeprecated.voidsetId(long id) Deprecated.voidsetLanguage(String language) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetPartner(Boolean partner) Deprecated.voidsetProfileBanner(String profileBanner) Deprecated.voidsetProfileBannerBackgroundColor(Object profileBannerBackgroundColor) Deprecated.voidDeprecated.voidsetUpdatedAtInstant(Instant updatedAtInstant) Deprecated.voidDeprecated.voidsetVideoBanner(Object videoBanner) Deprecated.voidsetViews(long views) Deprecated.toString()Deprecated.
-
Constructor Details
-
KrakenTeamUser
public KrakenTeamUser()Deprecated.
-
-
Method Details
-
getCreatedAt
Deprecated.in favor of getCreatedAtInstant()- Returns:
- creation timestamp
-
getUpdatedAt
Deprecated.in favor of getUpdatedAtInstant()- Returns:
- updated timestamp
-
getId
public long getId()Deprecated. -
getBroadcasterLanguage
Deprecated. -
getCreatedAtInstant
Deprecated. -
getDisplayName
Deprecated. -
getFollowers
public long getFollowers()Deprecated. -
getGame
Deprecated. -
getLanguage
Deprecated. -
getLogo
Deprecated. -
getMature
Deprecated. -
getName
Deprecated. -
getPartner
Deprecated. -
getProfileBanner
Deprecated. -
getProfileBannerBackgroundColor
Deprecated. -
getStatus
Deprecated. -
getUpdatedAtInstant
Deprecated. -
getUrl
Deprecated. -
getVideoBanner
Deprecated. -
getViews
public long getViews()Deprecated. -
setId
public void setId(long id) Deprecated. -
setBroadcasterLanguage
Deprecated. -
setCreatedAtInstant
Deprecated. -
setDisplayName
Deprecated. -
setFollowers
public void setFollowers(long followers) Deprecated. -
setGame
Deprecated. -
setLanguage
Deprecated. -
setLogo
Deprecated. -
setMature
Deprecated. -
setName
Deprecated. -
setPartner
Deprecated. -
setProfileBanner
Deprecated. -
setProfileBannerBackgroundColor
Deprecated. -
setStatus
Deprecated. -
setUpdatedAtInstant
Deprecated. -
setUrl
Deprecated. -
setVideoBanner
Deprecated. -
setViews
public void setViews(long views) Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-