Class UserUpdateEvent


public class UserUpdateEvent extends EventSubUserEvent
  • Constructor Details

    • UserUpdateEvent

      public UserUpdateEvent()
  • Method Details

    • getEmail

      public String getEmail()
      The user’s email. Only included if you have the user:read:email scope for the user.
    • isEmailVerified

      public Boolean 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

      public String getDescription()
      The user’s description.
    • toString

      public String toString()
      Overrides:
      toString in class EventSubUserEvent
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class EventSubUserEvent
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class EventSubUserEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EventSubUserEvent