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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.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.int
hashCode()
Deprecated.void
Deprecated.void
setCreatedAtInstant
(Instant createdAtInstant) Deprecated.void
setDisplayName
(String displayName) Deprecated.void
Deprecated.void
setEmailVerified
(Boolean emailVerified) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
setNotifications
(KrakenUser.Notifications notifications) Deprecated.void
setPartnered
(Boolean partnered) Deprecated.void
setTwitterConnected
(Boolean twitterConnected) Deprecated.void
Deprecated.void
setUpdatedAtInstant
(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.
-