Class AbstractResultList

java.lang.Object
com.github.twitch4j.kraken.domain.AbstractResultList
Direct Known Subclasses:
KrakenBlockList, KrakenCollectionList, KrakenFollowList, KrakenSubscriptionList

@Deprecated public abstract class AbstractResultList extends Object
Deprecated.
Kraken is deprecated and has been shut down on Febuary 28, 2022. More details about the deprecation are available here.
Abstract base for result lists.
  • Constructor Details

    • AbstractResultList

      public AbstractResultList()
      Deprecated.
  • Method Details

    • getCursor

      public String getCursor()
      Deprecated.
      Cursor
    • getTotal

      public Long getTotal()
      Deprecated.
      Total Entries
    • setCursor

      public void setCursor(String cursor)
      Deprecated.
      Cursor
    • setTotal

      public void setTotal(Long total)
      Deprecated.
      Total Entries
    • 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