Class KrakenUser
java.lang.Object
com.github.twitch4j.kraken.domain.KrakenUser
Deprecated.
Kraken is deprecated and has been shut down on Febuary 28, 2022.
More details about the deprecation are available here.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.getBio()Deprecated.Deprecated.in favor of getCreatedAtInstant()Deprecated.Deprecated.getEmail()Deprecated.Deprecated.getId()Deprecated.getLogo()Deprecated.getName()Deprecated.Deprecated.Deprecated.Deprecated.getType()Deprecated.Deprecated.in favor of getUpdatedAtInstant()Deprecated.inthashCode()Deprecated.voidDeprecated.voidsetCreatedAtInstant(Instant createdAtInstant) Deprecated.voidsetDisplayName(String displayName) Deprecated.voidDeprecated.voidsetEmailVerified(Boolean emailVerified) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetNotifications(KrakenUser.Notifications notifications) Deprecated.voidsetPartnered(Boolean partnered) Deprecated.voidsetTwitterConnected(Boolean twitterConnected) Deprecated.voidDeprecated.voidsetUpdatedAtInstant(Instant updatedAtInstant) Deprecated.toString()Deprecated.
-
Constructor Details
-
KrakenUser
public KrakenUser()Deprecated.
-
-
Method Details
-
getCreatedAt
Deprecated.in favor of getCreatedAtInstant()- Returns:
- the timestamp the account was created
-
getUpdatedAt
Deprecated.in favor of getUpdatedAtInstant()- Returns:
- the timestamp the account was updated
-
getId
Deprecated. -
getName
Deprecated. -
getDisplayName
Deprecated. -
getLogo
Deprecated. -
getType
Deprecated. -
getBio
Deprecated. -
getEmail
Deprecated. -
getEmailVerified
Deprecated. -
getNotifications
Deprecated. -
getPartnered
Deprecated. -
getTwitterConnected
Deprecated. -
getUpdatedAtInstant
Deprecated. -
getCreatedAtInstant
Deprecated. -
setId
Deprecated. -
setName
Deprecated. -
setDisplayName
Deprecated. -
setLogo
Deprecated. -
setType
Deprecated. -
setBio
Deprecated. -
setEmail
Deprecated. -
setEmailVerified
Deprecated. -
setNotifications
Deprecated. -
setPartnered
Deprecated. -
setTwitterConnected
Deprecated. -
setUpdatedAtInstant
Deprecated. -
setCreatedAtInstant
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-