Class ModeratorEventList

java.lang.Object
com.github.twitch4j.helix.domain.ModeratorEventList

@Deprecated @ScheduledForRemoval(inVersion="2.0.0") public class ModeratorEventList extends Object
Deprecated.
Twitch decommissioned this API; please migrate to EventSub
  • Constructor Details

    • ModeratorEventList

      public ModeratorEventList()
      Deprecated.
  • Method Details

    • getSubscriptions

      @Deprecated public List<ModeratorEvent> getSubscriptions()
      Deprecated.
      in favor of getEvents()
      Returns:
      the moderator events from this query
    • getEvents

      public List<ModeratorEvent> getEvents()
      Deprecated.
    • getPagination

      public HelixPagination getPagination()
      Deprecated.
    • setEvents

      public void setEvents(List<ModeratorEvent> events)
      Deprecated.
    • setPagination

      public void setPagination(HelixPagination pagination)
      Deprecated.
    • equals

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

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object