Class UserAuthorizationRevokeEvent

java.lang.Object

public class UserAuthorizationRevokeEvent
extends EventSubUserEvent
  • Constructor Summary

    Constructors
    Constructor Description
    UserAuthorizationRevokeEvent()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getClientId()
    The client_id of the application with revoked user access.
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class com.github.twitch4j.eventsub.events.EventSubUserEvent

    getUserId, getUserLogin, getUserName

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UserAuthorizationRevokeEvent

      public UserAuthorizationRevokeEvent()
  • Method Details

    • getClientId

      public java.lang.String getClientId()
      The client_id of the application with revoked user access.
    • toString

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

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class EventSubUserEvent
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
      Overrides:
      canEqual in class EventSubUserEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EventSubUserEvent