Class UserUpdateEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserEvent
com.github.twitch4j.eventsub.events.UserUpdateEvent
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubUserEvent
getUserId, getUserLogin, getUserName
-
Constructor Details
-
UserUpdateEvent
public UserUpdateEvent()
-
-
Method Details
-
getEmail
The user’s email. Only included if you have the user:read:email scope for the user. -
isEmailVerified
A Boolean value that determines whether Twitch has verified the user’s email address. Is true if Twitch has verified the email address; otherwise, false.Note from Twitch: Ignore this field if the email field contains an empty string.
-
getDescription
The user’s description. -
toString
- Overrides:
toString
in classEventSubUserEvent
-
equals
- Overrides:
equals
in classEventSubUserEvent
-
canEqual
- Overrides:
canEqual
in classEventSubUserEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubUserEvent
-