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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.Deprecated.in favor of getCreatedAtInstant()Deprecated.Deprecated.long
Deprecated.getGame()
Deprecated.long
getId()
Deprecated.Deprecated.getLogo()
Deprecated.Deprecated.getName()
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.in favor of getUpdatedAtInstant()Deprecated.getUrl()
Deprecated.Deprecated.long
getViews()
Deprecated.int
hashCode()
Deprecated.void
setBroadcasterLanguage
(String broadcasterLanguage) Deprecated.void
setCreatedAtInstant
(Instant createdAtInstant) Deprecated.void
setDisplayName
(String displayName) Deprecated.void
setFollowers
(long followers) Deprecated.void
Deprecated.void
setId
(long id) Deprecated.void
setLanguage
(String language) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
setPartner
(Boolean partner) Deprecated.void
setProfileBanner
(String profileBanner) Deprecated.void
setProfileBannerBackgroundColor
(Object profileBannerBackgroundColor) Deprecated.void
Deprecated.void
setUpdatedAtInstant
(Instant updatedAtInstant) Deprecated.void
Deprecated.void
setVideoBanner
(Object videoBanner) Deprecated.void
setViews
(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.
-