Package com.github.twitch4j.helix.domain
Klasse User
java.lang.Object
com.github.twitch4j.helix.domain.User
User
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanUser’s broadcaster type: "partner", "affiliate", or "".Date when the user was created.User’s channel description.User’s display name.getEmail()User’s email address.getId()User’s ID.getLogin()User’s login name.URL of the user’s offline image.URL of the user’s profile image.getType()User’s type: "staff", "admin", "global_mod", or "".Veraltet.This field will contain stale data beginning April 15, 2022, and will eventually no longer be populated due to Twitch changes.inthashCode()toString()
-
Konstruktordetails
-
User
public User()
-
-
Methodendetails
-
getId
User’s ID. -
getLogin
User’s login name. -
getDisplayName
User’s display name. -
getType
User’s type: "staff", "admin", "global_mod", or "". -
getBroadcasterType
User’s broadcaster type: "partner", "affiliate", or "". -
getDescription
User’s channel description. -
getProfileImageUrl
URL of the user’s profile image. -
getOfflineImageUrl
URL of the user’s offline image. -
getViewCount
Total number of views of the user’s channel. -
getEmail
User’s email address. Returned if the request includes the user:read:email scope. -
getCreatedAt
Date when the user was created. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-