Class ExtensionTransactionList

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

public class ExtensionTransactionList extends Object
  • Constructor Details

    • ExtensionTransactionList

      public ExtensionTransactionList()
  • Method Details

    • getTransactions

      public List<ExtensionTransaction> getTransactions()
      Array of requested transactions.
    • getPagination

      public HelixPagination getPagination()
      If provided, is the key used to fetch the next page of data. If not provided, the current response is the last page of data available.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object