Package com.github.twitch4j.helix.domain
Class User
java.lang.Object
com.github.twitch4j.helix.domain.User
User
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
User’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 "".@Nullable Integer
Deprecated.This field will contain stale data beginning April 15, 2022, and will eventually no longer be populated due to Twitch changes.int
hashCode()
toString()
-
Constructor Details
-
User
public User()
-
-
Method Details
-
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
-